nixos: flake: disable nix-channel
This commit is contained in:
parent
94f523638b
commit
ccb2708096
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
# Enable Flakes
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# Disable nix-channel
|
||||
nix.channel.enable = false;
|
||||
|
||||
# Install Git
|
||||
environment.systemPackages = [pkgs.git];
|
||||
|
||||
|
|
Loading…
Reference in a new issue