Skip to content

Commit c34d3d7

Browse files
committed
Dont use tmp on CI
1 parent dbf267d commit c34d3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
test-templates = pkgs.writeShellApplication {
130130
name = "test-templates";
131131
text = ''
132-
env -i CI="$CI" PATH="${
132+
env -i CI="''${CI:-}" PATH="${
133133
with pkgs;
134134
lib.makeBinPath [
135135
direnv

0 commit comments

Comments
 (0)