From 2019e95e37a905588b97c08e6429b018893d55e4 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 May 2024 21:22:54 -0400 Subject: justfile: don't allow IFD when evaling --- justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'justfile') 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: -- cgit v1.2.3