From 024c018262c85860cd07769a579d2d2ed2088681 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 22 Feb 2025 00:10:19 +0000 Subject: [PATCH] run the output-template test --- pkgs/watch-outputs/Makefile | 2 +- pkgs/watch-outputs/default.nix | 3 +++ pkgs/watch-outputs/output-template.fnl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/watch-outputs/Makefile b/pkgs/watch-outputs/Makefile index b0d6b6c..9c2434f 100644 --- a/pkgs/watch-outputs/Makefile +++ b/pkgs/watch-outputs/Makefile @@ -1,3 +1,3 @@ check: - ./output-template '{{' '}}' < example.ini > output + fennelrepl ./test.fnl '{{' '}}' < example.ini > output diff -u output example.ini.expected diff --git a/pkgs/watch-outputs/default.nix b/pkgs/watch-outputs/default.nix index 188343b..37ab3be 100644 --- a/pkgs/watch-outputs/default.nix +++ b/pkgs/watch-outputs/default.nix @@ -2,6 +2,7 @@ fetchurl, writeFennel, fennel, + fennelrepl, runCommand, lua, anoia, @@ -17,6 +18,7 @@ stdenv.mkDerivation { src = ./.; buildInputs = [ lua ]; + nativeBuildInputs = [ fennelrepl ] ; # doCheck = true; buildPhase = '' @@ -31,6 +33,7 @@ stdenv.mkDerivation { mainFunction = "run"; } ./watch-outputs.fnl } ${name} + make check ''; # checkPhase = "make check"; installPhase = '' diff --git a/pkgs/watch-outputs/output-template.fnl b/pkgs/watch-outputs/output-template.fnl index 95be3c6..41ee982 100644 --- a/pkgs/watch-outputs/output-template.fnl +++ b/pkgs/watch-outputs/output-template.fnl @@ -28,7 +28,7 @@ (fn [service-path path] (let [s (assert (svc.open (.. service-path "/.outputs")))] (s:output path))) - :lua_quote #(string.format "%q" %1) + :lua_quote #(string.format "%q" $1) :json_quote (fn [x] (.. "\"" (json-escape x) "\"")) }] (string.gsub text delim