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,9 +29,10 @@
|
|||
extraPkgs = with pkgs; [
|
||||
nodejs_20 # nodejs is needed for running most 3rdparty actions
|
||||
docker-client
|
||||
cowsay
|
||||
# add any other pre-installed packages here
|
||||
];
|
||||
# change this is you want
|
||||
# change this is you want
|
||||
channelURL = "https://nixos.org/channels/nixpkgs-24.05";
|
||||
nixConf = {
|
||||
substituters = [
|
||||
|
|
Loading…
Reference in a new issue