From 0f1b6e9710f2a5f13128bb896014936b908b50c6 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(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5ade9e1e..b1f676d2 100644 --- a/flake.nix +++ b/flake.nix @@ -100,5 +100,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