summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 61e3ba0..34a1a20 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,11 +34,10 @@
lib = import ./lib;
templates = let
- devenv = {path = ./templates/devenv/simple;};
+ devenv = {path = ./templates/devenv;};
in {
inherit devenv;
default = devenv;
- devenvModular = {path = ./templates/devenv/flake-parts;};
};
};