summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-08-05 15:24:50 +0200
committertv <tv@shackspace.de>2015-08-05 15:24:50 +0200
commit662f22a1ddd32d33157d3807756b0742e7d21752 (patch)
treed07dff333bbf401872ceb9e539a389626a3d94a4 /Makefile
parenta385b9a4ec7751276c81e09b51427b22a344c9a3 (diff)
make eval: don't use $json anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ca828fd2..54656e9e 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ deploy:;@
eval:
@
ifeq ($(filter),json)
- extraArgs=--json
+ extraArgs='--json --strict'
filter() { jq -r .; }
else
filter() { cat; }
@@ -33,8 +33,6 @@ endif
NIX_PATH=stockholm=$$PWD:$$NIX_PATH \
nix-instantiate \
$${extraArgs-} \
- $${json+--json} \
- $${json+--strict} \
--eval \
-A "$$get" \
'<stockholm>' \