diff options
author | Alan Pearce | 2024-05-29 20:45:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 20:45:29 +0200 |
commit | 15062a1bf490549f2c2a70938f6ff3a1bcbe2650 (patch) | |
tree | b407da66d195817fd0fffe49d28f510bd474054f | |
parent | 6653d125e619406860a9089273ea3ac41a70a549 (diff) | |
download | nixfiles-15062a1bf490549f2c2a70938f6ff3a1bcbe2650.tar.lz nixfiles-15062a1bf490549f2c2a70938f6ff3a1bcbe2650.tar.zst nixfiles-15062a1bf490549f2c2a70938f6ff3a1bcbe2650.zip |
linde: fix searchix configuration
-rw-r--r-- | system/linde.nix | 4 |
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"; }; }; |