summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 0ac8be8..2f74c04 100644
--- a/justfile
+++ b/justfile
@@ -41,14 +41,14 @@ ci:
--no-nom \
--skip-cached \
--option accept-flake-config true \
+ --option allow-import-from-derivation false \
--flake '.#hydraJobs'
check:
nix flake check \
--print-build-logs \
--show-trace \
- --accept-flake-config \
- --allow-import-from-derivation
+ --accept-flake-config
update:
nix flake update