Merge pull request 'fuck it, cross compile nixos-option' (#593) from fix-riscv into main
Reviewed-on: #593
This commit is contained in:
commit
86142a32f9
1 changed files with 1 additions and 7 deletions
|
@ -29,13 +29,7 @@ in {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
riscv-overlay.overlays.default
|
riscv-overlay.overlays.default
|
||||||
(self: super: {
|
(self: super: {
|
||||||
inherit (pkgs_x86_64) lix;
|
inherit (pkgs_x86_64) lix nixos-option;
|
||||||
nixos-option = super.nixos-option.override {
|
|
||||||
nix = self.nixVersions.stable_upstream.overrideAttrs {
|
|
||||||
doCheck = false;
|
|
||||||
doInstallCheck = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue