use upstream nix for nixos-option
This commit is contained in:
parent
27a74d641b
commit
8e335c5aee
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ in {
|
|||
(self: super: {
|
||||
inherit (pkgs_x86_64) lix;
|
||||
nixos-option = super.nixos-option.override {
|
||||
nix = self.nixVersions.stable;
|
||||
nix = self.nixVersions.stable_upstream;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue