From 081ed0c82fa0a1e9b70df48c4c633df22232b815 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Thu, 31 Dec 2020 13:50:14 +0000 Subject: add defaultTemplate output --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 1b2758e7..3ad3d6c9 100644 --- a/flake.nix +++ b/flake.nix @@ -101,5 +101,10 @@ apps = recursiveUpdate activateNixosConfigurations activateHomeManagerConfigurations; devShell = forAllSystems (system: systemPkgs: import ./shell.nix { pkgs = self.legacyPackages.${system}; }); + + defaultTemplate = { + path = ./.; + description = "A flakey nixos configuration."; + }; }; } -- cgit v1.2.3