From 5890e431bb21ba76ce44492e038cf0b1bcef5a65 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 11 May 2022 22:05:39 +0200 Subject: [PATCH] Move template files --- flake.nix | 2 +- template/{ => default}/flake.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename template/{ => default}/flake.nix (100%) diff --git a/flake.nix b/flake.nix index e294346..81c2eda 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs, ... }: { lib = import ./lib.nix { inherit (nixpkgs) lib; }; defaultTemplate = { - path = ./template; + path = ./template/default; description = '' A minimal flake using flake-modules-core. ''; diff --git a/template/flake.nix b/template/default/flake.nix similarity index 100% rename from template/flake.nix rename to template/default/flake.nix