mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
We were simply passing in the wrong path. This went uncaught because the TODO about deduplication hasn't happened yet.
6 lines
131 B
Bash
6 lines
131 B
Bash
source common.sh
|
|
|
|
# Store layer needs bugfix
|
|
requireDaemonNewerThan "2.27pre20250122"
|
|
|
|
nix-build ../fixed.nix -A git --no-out-link
|