summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-26 17:27:59 -0400
committerseth <[email protected]>2024-10-26 17:27:59 -0400
commitf9d779cc0cdf28f6a94efafc1bc80732be83092d (patch)
tree7249f9d8cfd294c079d445a7964e2ea6bbcb6b1c /justfile
parent7a9b253a14788ce7a0a87664e852093b01bf2098 (diff)
tree-wide: allow IFD
This is for glados using Catppuccin's `mako` and `swaylock` modules
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: