From d9546c8ea9944ed2464ba60fdda0f8b99ab2d413 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Jun 2024 16:06:29 +0200 Subject: [PATCH] feat: Add cowsay to extraPkgs in flake.nix - The extraPkgs list within flake.nix now includes cowsay. - This addition provides a new pre-installed package option for users. --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8fef91f..234bd22 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [