update gauntlet, add forgejo-cli

This commit is contained in:
cswimr 2025-02-01 05:23:56 -06:00
parent b6762c1fc4
commit cf2fb32195
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
4 changed files with 117 additions and 42 deletions

View file

@ -67,7 +67,10 @@ let
python311Packages.python-lsp-server
python311Packages.rich
];
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
flakePackages = with inputs; [
compose2nix.packages.${system}.default
forgejo-cli.packages.${system}.default
];
in
{
environment.systemPackages = lib.lists.unique (packages ++ flakePackages);