all repos — nixfiles @ 15062a1bf490549f2c2a70938f6ff3a1bcbe2650

System and user configuration, managed by nix and home-manager

linde: fix searchix configuration

Alan Pearce
commit

15062a1bf490549f2c2a70938f6ff3a1bcbe2650

parent

6653d125e619406860a9089273ea3ac41a70a549

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M system/linde.nixsystem/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"; }; };