Remove root devshell - templates are self-contained

The root flake only defines templates. Each template (templates/vanilla/
and templates/nextjs/) contains its own complete Nix configuration with
devshell, so root-level development environment is unnecessary.
This commit is contained in:
♥ Minnie ♥ 2025-11-14 12:07:57 +08:00
parent 2b228ebd52
commit 1413b1b10d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 0 additions and 47 deletions

View file

@ -11,7 +11,6 @@
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
systems = import inputs.systems;
imports = [
./nix/modules/devshell.nix
./nix/modules/template.nix
];
};