forked from foxora/nix
fix stable base
This commit is contained in:
parent
a9510e1723
commit
d1113e546c
2 changed files with 10 additions and 1 deletions
9
groups/unstable-base/default.nix
Normal file
9
groups/unstable-base/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.channels.default = {
|
||||
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