This commit is contained in:
randogoth 2026-02-05 10:17:02 +02:00
parent 2a5cdbf8e9
commit 6978685fd0

View file

@ -56,6 +56,6 @@ let
''; '';
in in
{ {
# Global Just recipes (system-wide). Used when `XDG_CONFIG_DIRS` includes `/etc/xdg` (default). # Global Just recipes
environment.etc."just/justfile".text = justfileText; environment.etc."just/justfile".text = justfileText;
} }