mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
8 lines
152 B
Bash
8 lines
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
# Store layer needs bugfix
|
|
requireDaemonNewerThan "2.27pre20250122"
|
|
|
|
nix-build ../fixed.nix -A git --no-out-link
|