diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -180,7 +180,9 @@ | |||
180 | }; | 180 | }; |
181 | }; | 181 | }; |
182 | nixVirt = { | 182 | nixVirt = { |
183 | url = "https://flakehub.com/f/AshleyYakeley/NixVirt/*.tar.gz"; | 183 | type = "github"; |
184 | owner = "AshleyYakeley"; | ||
185 | repo = "NixVirt"; | ||
184 | inputs.nixpkgs.follows = "nixpkgs"; | 186 | inputs.nixpkgs.follows = "nixpkgs"; |
185 | }; | 187 | }; |
186 | }; | 188 | }; |