diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,14 +40,14 @@ check *args="": --print-build-logs \ --show-trace \ --accept-flake-config \ - --allow-import-from-derivation \ + --no-allow-import-from-derivation \ {{ args }} eval system *args="": nix eval \ --raw \ '.#nixosConfigurations.{{ system }}.config.system.build.toplevel' \ - --allow-import-from-derivation \ + --no-allow-import-from-derivation \ {{ args }} update: |
