Update flake

This commit is contained in:
Greg Hellings
2025-08-21 17:17:29 -05:00
parent 5a24443e6b
commit a43f5d158c
2 changed files with 32 additions and 40 deletions
+6
View File
@@ -43,6 +43,7 @@
systems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
];
perSystem =
{
@@ -55,6 +56,11 @@
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
config.allowUnfree = true;
overlays = [(f: p: {
OVMF = p.OVMF.overrideAttrs {
meta.broken = false;
};
})];
};
devShells.default = pkgs.mkShell {