fix stable base

This commit is contained in:
do butterflies cry? 2026-02-16 13:51:12 +10:00
parent 3fd01411a1
commit 6a011236e4
3 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,9 @@
{lib, config, ...}: {
{
lib,
config,
...
}: {
nixpkgs.channels.default = {
default = lib.mkForce config.nixpkgs-unstable.channels.default.pkgs;
default = lib.mkForce config.nixpkgs.channels.default.upkgs;
};
}