This commit is contained in:
Grisha Shipunov 2025-02-18 09:54:31 +01:00
parent e513320653
commit b6731802a8
3 changed files with 27 additions and 6 deletions

View file

@ -51,7 +51,15 @@
whois
mtr
]
++ (if config.networking.hostName == "toaster" then [ gitFull git-lfs ] else [ git ]);
++ (
if config.networking.hostName == "toaster" then
[
gitFull
git-lfs
]
else
[ git ]
);
environment.variables =
let