diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-09-15 14:57:29 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-09-15 14:57:29 -0600 |
| commit | 461c8ac0b7396d39c759607ccbea142c468d8930 (patch) | |
| tree | f4da0c49d1f20339d8e7c4d211f1d6c90106f43c /flake.nix | |
| parent | 6078fedc1bb589b05e1c5f0780720d9aa1b31cb3 (diff) | |
flake: point NixVirt to fork with SMM support
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ hm-isolation.url = "github:3442/hm-isolation"; nixvirt = { - url = "github:AshleyYakeley/NixVirt"; + url = "github:3442/NixVirt/add-smm-secureboot"; inputs.nixpkgs.follows = "nixpkgs"; }; |
