fix stable base
This commit is contained in:
parent
3fd01411a1
commit
6a011236e4
3 changed files with 7 additions and 4 deletions
|
|
@ -18,7 +18,6 @@
|
|||
inputs = {
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs-unstable";
|
||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
} @ args: {
|
||||
nixpkgs.channels.default = rec {
|
||||
default = upkgs;
|
||||
default = pkgs;
|
||||
|
||||
# nixpkgs
|
||||
pkgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue