summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 909d9da3..a5bcc93c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -179,6 +179,10 @@
179 flake-compat.follows = "flake-compat"; 179 flake-compat.follows = "flake-compat";
180 }; 180 };
181 }; 181 };
182 nixVirt = {
183 url = "https://flakehub.com/f/AshleyYakeley/NixVirt/*.tar.gz";
184 inputs.nixpkgs.follows = "nixpkgs";
185 };
182 }; 186 };
183 187
184 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: 188 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: