diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |