This commit is contained in:
4DBug
2026-02-05 21:55:28 -06:00
parent 893bf6fbbc
commit 120e6c60ed
8 changed files with 25 additions and 19 deletions

View File

@@ -16,9 +16,13 @@
stateVersion = "25.11";
packages = with pkgs; [
] ++ (if device == "server" then [
gh
luajit
];
nodejs
node2nix
] else []);
file = {};