1
0

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

View File

@ -1,3 +0,0 @@
check:
fennelrepl ./test.fnl '{{' '}}' < example.ini > output
diff -u output example.ini.expected

View File

@ -34,7 +34,6 @@ stdenv.mkDerivation {
mainFunction = "run";
} ./watch-outputs.fnl
} ${name}
make check
'';
installPhase = ''

View File

@ -1 +0,0 @@
eth1

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" }}

View File

@ -1,3 +0,0 @@
wpa_passphrase=000000
think = "0000ff"
argonaut = "hello\ngoodbye\tnext\u001B"