From fd45c8b11ac3f4fa874c875b3455970b900ff9f2 Mon Sep 17 00:00:00 2001 From: amadaluzia Date: Sat, 7 Sep 2024 16:23:03 +0000 Subject: [PATCH] feat: remove python ill figure out a fix for this later --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index b2e7b5e..e3fa2ca 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,6 @@ outputs = _: { templates = { - "python" = { - path = ./templates/python; - description = "python flake template"; - }; "go" = { path = ./templates/go; description = "go flake template";