Update flake
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user