Maybe this will fix the <nixpkgs> inconsistency problems?
This commit is contained in:
parent
b3644f6f70
commit
a6a89e9ab7
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ in
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.nixPath = [ "/home/benson/.nix-defexpr/channels"
|
||||||
|
"nixpkgs=${inputs.nixpkgs}"
|
||||||
|
"nixos-config=${inputs.self}"
|
||||||
|
"/nix/var/nix/profiles/per-user/root/channels"];
|
||||||
|
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
nix.settings.experimental-features = "nix-command flakes";
|
||||||
|
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue