delet second copy of output-template

This commit is contained in:
Daniel Barlow
2025-03-02 21:34:02 +00:00
parent 6b32aa569e
commit d6b06abb63
13 changed files with 0 additions and 19 deletions
-3
View File
@@ -1,3 +0,0 @@
check:
fennelrepl ./test.fnl '{{' '}}' < example.ini > output
diff -u output example.ini.expected
-1
View File
@@ -34,7 +34,6 @@ stdenv.mkDerivation {
mainFunction = "run";
} ./watch-outputs.fnl
} ${name}
make check
'';
installPhase = ''
@@ -1 +0,0 @@
a11
@@ -1 +0,0 @@
a33
@@ -1 +0,0 @@
a55
@@ -1 +0,0 @@
a66
@@ -1 +0,0 @@
000000
@@ -1 +0,0 @@
0000ff
@@ -1 +0,0 @@
00ff00
@@ -1 +0,0 @@
ff0000
@@ -1 +0,0 @@
eth1
-3
View File
@@ -1,3 +0,0 @@
wpa_passphrase={{ output("./example-service","colours/black") }}
think = {{ string.format("%q", output("./example-service","colours/blue")) }}
argonaut = {{ json_quote "hello\ngoodbye\tnext\027" }}
-3
View File
@@ -1,3 +0,0 @@
wpa_passphrase=000000
think = "0000ff"
argonaut = "hello\ngoodbye\tnext\u001B"