Maybe this will fix the <nixpkgs> inconsistency problems?

This commit is contained in:
Benson Chu 2024-07-21 09:11:51 -05:00
parent b3644f6f70
commit a6a89e9ab7

View file

@ -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";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.