mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix #12295
We were simply passing in the wrong path. This went uncaught because the TODO about deduplication hasn't happened yet.
This commit is contained in:
parent
64a38992da
commit
7f7ca3810b
4 changed files with 11 additions and 1 deletions
6
tests/functional/git-hashing/fixed.sh
Normal file
6
tests/functional/git-hashing/fixed.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
source common.sh
|
||||
|
||||
# Store layer needs bugfix
|
||||
requireDaemonNewerThan "2.27pre20250122"
|
||||
|
||||
nix-build ../fixed.nix -A git --no-out-link
|
Loading…
Add table
Add a link
Reference in a new issue