mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-24 14:01:22 +02: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
|
git
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
|
||||||
# Here, the helix package is installed from the helix input data source
|
# Here, the helix package is installed from the helix input data source
|
||||||
inputs.helix.packages."${pkgs.system}".helix
|
inputs.helix.packages."${pkgs.system}".helix
|
||||||
];
|
];
|
||||||
|
@ -206,7 +206,6 @@ helix 的 master 分支。
|
|||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
|
||||||
# 这里从 helix 这个 inputs 数据源安装了 helix 程序
|
# 这里从 helix 这个 inputs 数据源安装了 helix 程序
|
||||||
inputs.helix.packages."${pkgs.system}".helix
|
inputs.helix.packages."${pkgs.system}".helix
|
||||||
];
|
];
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
|
||||||
];
|
];
|
||||||
# 将默认编辑器设置为 vim
|
# 将默认编辑器设置为 vim
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user