This commit is contained in:
albert 2025-02-02 17:49:27 -08:00
parent c482f1f5b9
commit e1b04d8b86
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -23,7 +23,18 @@
];
url = "https://git.sysctl.io";
tokenFile = /run/secrets/services/forgejo_token;
hostPackages = with pkgs; [ bash git nix nodejs ];
hostPackages = with pkgs; [
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
nix
git
];
};
};
}