diff --git a/nix/modules/template.nix b/nix/modules/template.nix index 9b2e8e6..ea22107 100644 --- a/nix/modules/template.nix +++ b/nix/modules/template.nix @@ -24,7 +24,6 @@ in { placeholder = "my-project"; } ]; - exclude = ["bun.lockb"]; }; javascript-nextjs = { @@ -36,7 +35,6 @@ in { placeholder = "my-nextjs-app"; } ]; - exclude = ["bun.lockb"]; }; }; };