delet second copy of output-template
This commit is contained in:
parent
6b32aa569e
commit
d6b06abb63
@ -1,3 +0,0 @@
|
||||
check:
|
||||
fennelrepl ./test.fnl '{{' '}}' < example.ini > output
|
||||
diff -u output example.ini.expected
|
@ -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
|
@ -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" }}
|
@ -1,3 +0,0 @@
|
||||
wpa_passphrase=000000
|
||||
think = "0000ff"
|
||||
argonaut = "hello\ngoodbye\tnext\u001B"
|
Loading…
Reference in New Issue
Block a user