From 6978685fd0b5fa68b820db34e0796e1db03be4a1 Mon Sep 17 00:00:00 2001 From: randogoth Date: Thu, 5 Feb 2026 10:17:02 +0200 Subject: [PATCH] fix --- modules/system/justfile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/justfile.nix b/modules/system/justfile.nix index f4be9f5..e44f1ec 100644 --- a/modules/system/justfile.nix +++ b/modules/system/justfile.nix @@ -56,6 +56,6 @@ let ''; in { - # Global Just recipes (system-wide). Used when `XDG_CONFIG_DIRS` includes `/etc/xdg` (default). + # Global Just recipes environment.etc."just/justfile".text = justfileText; }