feat: Add cowsay to extraPkgs in flake.nix
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:
Harald Hoyer 2024-06-27 16:06:29 +02:00
parent 59ba468438
commit d9546c8ea9

View file

@ -29,9 +29,10 @@
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
channelURL = "https://nixos.org/channels/nixpkgs-24.05"; channelURL = "https://nixos.org/channels/nixpkgs-24.05";
nixConf = { nixConf = {
substituters = [ substituters = [