rename nixpkgs.channels.default -> nixpkgs.channels.base

This commit is contained in:
do butterflies cry? 2026-03-17 20:59:33 +10:00
parent 8bef5b6233
commit b2f0a2f199
Signed by untrusted user: cry
GPG key ID: F68745A836CA0412

View file

@ -1,6 +1,6 @@
{inputs, ...} @ args: {
nixpkgs.channels = {
default = {
base = {
overlays = [(import ./overlays.nix args)];
config.allowUnfree = true;
};