summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 20:45:29 +0200
committerAlan Pearce2024-05-29 20:45:29 +0200
commit15062a1bf490549f2c2a70938f6ff3a1bcbe2650 (patch)
treeb407da66d195817fd0fffe49d28f510bd474054f /system
parent6653d125e619406860a9089273ea3ac41a70a549 (diff)
downloadnixfiles-15062a1bf490549f2c2a70938f6ff3a1bcbe2650.tar.lz
nixfiles-15062a1bf490549f2c2a70938f6ff3a1bcbe2650.tar.zst
nixfiles-15062a1bf490549f2c2a70938f6ff3a1bcbe2650.zip
linde: fix searchix configuration
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix
index ed1fe57d..06196955 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -996,12 +996,12 @@ in
         };
         nixpkgs = {
           enable = true;
-          fetcher = "nixpkgs-channel";
+          fetcher = "channel-nixpkgs";
           channel = "nixos-unstable";
         };
         nixos = {
           enable = true;
-          fetcher = "nixpkgs-channel";
+          fetcher = "channel-nixpkgs";
           channel = "nixos-unstable";
         };
       };