diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,11 +35,11 @@ ifeq ($(filter),json) else filter() { cat; } endif - NIX_PATH=stockholm=$$PWD:$$NIX_PATH \ nix-instantiate \ $${extraArgs-} \ --eval \ -A "$$get" \ + -I stockholm="$$PWD" \ '<stockholm>' \ --argstr current-date "$$(date -Is)" \ --argstr current-host-name "$$HOSTNAME" \ |