summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/justfile b/justfile
index 971ad66..93c9366 100644
--- a/justfile
+++ b/justfile
@@ -41,13 +41,14 @@ check *args="":
--print-build-logs \
--show-trace \
--accept-flake-config \
+ --allow-import-from-derivation \
{{ args }}
eval system *args="":
nix eval \
--raw \
'.#nixosConfigurations.{{ system }}.config.system.build.toplevel' \
- --no-allow-import-from-derivation \
+ --allow-import-from-derivation \
{{ args }}
update: