File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2565,7 +2565,7 @@ SingleDrvOutputs LocalDerivationGoal::registerOutputs()
25652565 case FileIngestionMethod::Git: {
25662566 return git::dumpHash (
25672567 outputHash.hashAlgo ,
2568- {getFSSourceAccessor (), CanonPath (tmpDir + " /tmp " )}).hash ;
2568+ {getFSSourceAccessor (), CanonPath (actualPath )}).hash ;
25692569 }
25702570 }
25712571 assert (false );
Original file line number Diff line number Diff line change 6666
6767 # Can use "nar" instead of "recursive" now.
6868 nar-not-recursive = f2 "foo" ./fixed.builder2.sh "nar" "md5" "3670af73070fa14077ad74e0f5ea4e42" ;
69+
70+ # Experimental feature
71+ git = f2 "foo" ./fixed.builder2.sh "git" "sha1" "cd44baf36915d5dec8374232ea7e2057f3b4494e" ;
6972}
Original file line number Diff line number Diff line change 1+ source common.sh
2+
3+ # Store layer needs bugfix
4+ requireDaemonNewerThan " 2.27pre20250122"
5+
6+ nix-build ../fixed.nix -A git --no-out-link
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ suites += {
33 ' deps' : [],
44 ' tests' : [
55 ' simple.sh' ,
6+ ' fixed.sh' ,
67 ],
78 ' workdir' : meson .current_source_dir(),
89}
You can’t perform that action at this time.
0 commit comments