From b558e10bdb8cc608428a9b720fe0520e8c0bef30 Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 14 Nov 2025 11:34:26 +0800 Subject: [PATCH] Revert "Exclude bun.lockb from omnix text substitution" This reverts commit 187ad24404ec4c1154d524f0fe285023e0383329. --- nix/modules/template.nix | 2 -- 1 file changed, 2 deletions(-) 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"]; }; }; };