Merge pull request 'fuck it, cross compile nixos-option' (#593) from fix-riscv into main
All checks were successful
update-riscv / pr (push) Successful in 53s
Hydra jobsets Hydra build #18280 of nixos-config:.jobsets:jobsets
Hydra vf2.riscv64-linux Hydra build #18278 of nixos-config:pr585:vf2.riscv64-linux

Reviewed-on: #593
This commit is contained in:
Charlotte 🦝 Delenk 2024-10-21 06:22:37 +00:00
commit 86142a32f9
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -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;
})
];