mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
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:
parent
2b228ebd52
commit
1413b1b10d
3 changed files with 0 additions and 47 deletions
|
|
@ -11,7 +11,6 @@
|
|||
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
|
||||
systems = import inputs.systems;
|
||||
imports = [
|
||||
./nix/modules/devshell.nix
|
||||
./nix/modules/template.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue