summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index 551d6a3..25be997 100644
--- a/justfile
+++ b/justfile
@@ -37,6 +37,7 @@ eval system *args="":
nix eval \
--raw \
'.#nixosConfigurations.{{ system }}.config.system.build.toplevel' \
+ --no-allow-import-from-derivation \
{{ args }}
update: