From b2f0a2f199c1786271ce536e896660ecccb589f9 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Tue, 17 Mar 2026 20:59:33 +1000 Subject: [PATCH] rename nixpkgs.channels.default -> nixpkgs.channels.base --- nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs.nix b/nixpkgs.nix index 1470160..5bedfeb 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -1,6 +1,6 @@ {inputs, ...} @ args: { nixpkgs.channels = { - default = { + base = { overlays = [(import ./overlays.nix args)]; config.allowUnfree = true; };