It really does not build on Darwin

This commit is contained in:
Greg Hellings
2025-08-21 17:25:35 -05:00
parent 147505ef4f
commit 747b24449b
-5
View File
@@ -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 {