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
];

View File

@ -206,7 +206,6 @@ helix 的 master 分支。
git
vim
wget
curl
# 这里从 helix 这个 inputs 数据源安装了 helix 程序
inputs.helix.packages."${pkgs.system}".helix
];

View File

@ -29,7 +29,6 @@
git
vim
wget
curl
];
# 将默认编辑器设置为 vim
environment.variables.EDITOR = "vim";