We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4be1b commit dbf267dCopy full SHA for dbf267d
flake.nix
@@ -129,7 +129,7 @@
129
test-templates = pkgs.writeShellApplication {
130
name = "test-templates";
131
text = ''
132
- env -i PATH="${
+ env -i CI="$CI" PATH="${
133
with pkgs;
134
lib.makeBinPath [
135
direnv
test-templates.bash
@@ -5,7 +5,6 @@
5
base="$PWD"
6
function test_template() {
7
set -vaeuo pipefail
8
- env
9
template="$1"
10
echo "===== $template =====" | tr '[:print:]' '='
11
echo "|| $template ||"
@@ -16,6 +15,8 @@ function test_template() {
16
15
else
17
out="$HOME"
18
fi
+ env
19
+
20
mkdir -p "$HOME/.config/nix"
21
echo "extra-experimental-features = nix-command flakes" >"$HOME/.config/nix/nix.conf"
22
0 commit comments