feat: Add cowsay to extraPkgs in flake.nix
All checks were successful
/ build (push) Successful in 2m13s
All checks were successful
/ build (push) Successful in 2m13s
- The extraPkgs list within flake.nix now includes cowsay. - This addition provides a new pre-installed package option for users.
This commit is contained in:
parent
59ba468438
commit
d9546c8ea9
|
@ -29,6 +29,7 @@
|
||||||
extraPkgs = with pkgs; [
|
extraPkgs = with pkgs; [
|
||||||
nodejs_20 # nodejs is needed for running most 3rdparty actions
|
nodejs_20 # nodejs is needed for running most 3rdparty actions
|
||||||
docker-client
|
docker-client
|
||||||
|
cowsay
|
||||||
# add any other pre-installed packages here
|
# add any other pre-installed packages here
|
||||||
];
|
];
|
||||||
# change this is you want
|
# change this is you want
|
||||||
|
|
Loading…
Reference in a new issue