summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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";
         };
       };