summaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorJérôme Benoit <[email protected]>2026-02-09 17:13:25 +0100
committerGitHub <[email protected]>2026-02-09 10:13:25 -0600
commit24fd8c166d2dfc6505a61541dae31d206b200680 (patch)
tree2087b59bb40e5027102f8f508d53559ae136c472 /nix
parenta7c5d5ac4c5082737f2fc2214805c073e971fb91 (diff)
downloadopencode-24fd8c166d2dfc6505a61541dae31d206b200680.tar.gz
opencode-24fd8c166d2dfc6505a61541dae31d206b200680.zip
fix(nix): watch scripts in nix-hashes workflow (#12818)
Diffstat (limited to 'nix')
-rw-r--r--nix/node_modules.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/node_modules.nix b/nix/node_modules.nix
index 836ef02a5..73cc6d442 100644
--- a/nix/node_modules.nix
+++ b/nix/node_modules.nix
@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
../bun.lock
../package.json
../patches
- ../install
]
);
};