From c05c6a6271b3158f8bc52c0f8f6d371a3a384187 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 12 Nov 2024 02:52:12 -0500 Subject: tree-wide: disallow IFD again Only mako and swaylock need it, and they're not being used right now --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 9706426..3552de3 100644 --- a/justfile +++ b/justfile @@ -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: -- cgit v1.2.3