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 = [
|
||||
riscv-overlay.overlays.default
|
||||
(self: super: {
|
||||
inherit (pkgs_x86_64) lix;
|
||||
nixos-option = super.nixos-option.override {
|
||||
nix = self.nixVersions.stable_upstream.overrideAttrs {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
};
|
||||
};
|
||||
inherit (pkgs_x86_64) lix nixos-option;
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue