linde: fix searchix configuration
1 file changed, 2 insertions(+), 2 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -996,12 +996,12 @@ url = "https://alanpearce.github.io/nix-options/home-manager"; }; nixpkgs = { enable = true; - fetcher = "nixpkgs-channel"; + fetcher = "channel-nixpkgs"; channel = "nixos-unstable"; }; nixos = { enable = true; - fetcher = "nixpkgs-channel"; + fetcher = "channel-nixpkgs"; channel = "nixos-unstable"; }; };