update gauntlet
, add forgejo-cli
This commit is contained in:
parent
b6762c1fc4
commit
cf2fb32195
4 changed files with 117 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue