fix stable base

This commit is contained in:
do butterflies cry? 2026-02-16 13:51:12 +10:00
parent a9510e1723
commit d1113e546c
2 changed files with 10 additions and 1 deletions

View file

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

View file

@ -4,7 +4,7 @@
... ...
} @ args: { } @ args: {
nixpkgs.channels.default = rec { nixpkgs.channels.default = rec {
default = upkgs; default = pkgs;
# nixpkgs # nixpkgs
pkgs = { pkgs = {