nixos/vms: Extract vfio-pci-bind to separate package

This commit is contained in:
2023-12-09 21:14:31 +00:00
parent 027cf2af6b
commit 9268256309
3 changed files with 25 additions and 25 deletions

View File

@@ -5,4 +5,5 @@ in
{
# yeah turns out this is in nixpkgs now... we'll leave it as a sample i guess lol
monocraft' = callPackage ./monocraft.nix { };
}
vfio-pci-bind = callPackage ./vfio-pci-bind.nix { };
}