chore: remove curl as it's installed by default

https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix#L13
This commit is contained in:
Ryan Yin
2024-11-27 14:35:17 +08:00
parent 3073514501
commit f7b90d6e93
3 changed files with 0 additions and 3 deletions

View File

@ -216,7 +216,6 @@ Next, you can reference this flake input data source in `configuration.nix`:
git
vim
wget
curl
# Here, the helix package is installed from the helix input data source
inputs.helix.packages."${pkgs.system}".helix
];