summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-06-15 13:12:25 -0600
committerAlejandro Soto <alejandro@34project.org>2024-06-22 14:51:35 -0600
commit2cfabb5547d84c2262a34cd8531d9c1045320a18 (patch)
treebcadef501b07c6da746cbb8a2a2c23909447c045
parentb958fee8cd8e1495f5e6871b78bf4b84bd8e07f2 (diff)
flake: change to upstream hm-isolation version
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index de3e620..44a7d70 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
nur.url = "github:nix-community/NUR";
impermanence.url = "github:nix-community/impermanence";
- hm-isolation.url = "/home/ale/hm-isolation";
+ hm-isolation.url = "github:3442/hm-isolation";
nixvirt = {
url = "github:AshleyYakeley/NixVirt";