From 5d0d010ae6fc596bb91487199ff37267bdcb6232 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Dec 2023 10:27:11 -0600 Subject: [PATCH] Move templates into outputs --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 910d228..2cd1aab 100644 --- a/flake.nix +++ b/flake.nix @@ -168,9 +168,10 @@ # Disk partition schemes and functions diskoConfigurations = import ./disko; - }; - templates = import ./templates/all.nix; + # Flake templates for easily setting up Nix in a project using common patterns I like + templates = import ./templates/all.nix; + }; nixConfig = { extra-experimental-features = ["nix-command" "flakes"];