disable nix checks
This commit is contained in:
parent
8e335c5aee
commit
5f9087e41f
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ in {
|
|||
(self: super: {
|
||||
inherit (pkgs_x86_64) lix;
|
||||
nixos-option = super.nixos-option.override {
|
||||
nix = self.nixVersions.stable_upstream;
|
||||
nix = self.nixVersions.stable_upstream.overrideAttrs {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue