mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-27 10:33:28 +01:00
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:
parent
3073514501
commit
f7b90d6e93
@ -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
|
||||
];
|
||||
|
@ -206,7 +206,6 @@ helix 的 master 分支。
|
||||
git
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
# 这里从 helix 这个 inputs 数据源安装了 helix 程序
|
||||
inputs.helix.packages."${pkgs.system}".helix
|
||||
];
|
||||
|
@ -29,7 +29,6 @@
|
||||
git
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
];
|
||||
# 将默认编辑器设置为 vim
|
||||
environment.variables.EDITOR = "vim";
|
||||
|
Loading…
Reference in New Issue
Block a user