It really does not build on Darwin
This commit is contained in:
@@ -56,11 +56,6 @@
|
|||||||
_module.args.pkgs = import inputs.nixpkgs {
|
_module.args.pkgs = import inputs.nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
overlays = [(f: p: {
|
|
||||||
OVMF = p.OVMF.overrideAttrs {
|
|
||||||
meta.broken = false;
|
|
||||||
};
|
|
||||||
})];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|||||||
Reference in New Issue
Block a user