From 320a52066e842a69edbc663ea14f34fdf4028615 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:55:33 -0500 Subject: [PATCH] Remove templates --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b366e84..afe700d 100644 --- a/flake.nix +++ b/flake.nix @@ -36,10 +36,10 @@ }; }) (builtins.attrNames versions)); - templates.default = { - description = "TODO"; - path = ./templates/default; - }; + # templates.default = { + # description = "TODO"; + # path = ./templates/default; + # }; }) // { lib.packageFromVersion = { system, version }: self.packages.${system}.${mkPackageName version}; };