summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 36df331..befc158 100644
--- a/flake.nix
+++ b/flake.nix
@@ -194,6 +194,15 @@
194 }; 194 };
195 }; 195 };
196 196
197 templates = {
198 desktop = {
199 path = ./templates/desktop;
200 description = "Flake template for a new desktop machine";
201 };
202 };
203
204 defaultTemplate = self.templates.desktop;
205
197 hydraJobs = 206 hydraJobs =
198 let 207 let
199 # Use the nixpkgs configuration of the testDefault machine, so that it 208 # Use the nixpkgs configuration of the testDefault machine, so that it