Skip to content

Commit

Permalink
try dangling CI fix?
Browse files Browse the repository at this point in the history
I had this uncommitted in worktree and don't recall why. If
it doesn't cause obvious trouble in CI I'll just keep it.
Separate commit so it's easy to revert though :)
  • Loading branch information
abathur committed Dec 1, 2023
1 parent a9f52c3 commit 82e1a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation {
NIXPKGS="${nixpkgs}";

checkPhase = ''
git config features.manyFiles true
git config --file $NIXPKGS/.git/config features.manyFiles true
mkdir $out
patchShebangs .
cat tests/head_nixpkgs.bats tests/repo.bash > tests/ephemeral.bats
Expand Down

0 comments on commit 82e1a44

Please sign in to comment.