Skip to content

Commit 24fd8c1

Browse files
fix(nix): watch scripts in nix-hashes workflow (anomalyco#12818)
1 parent a7c5d5a commit 24fd8c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nix-hashes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- "package.json"
1313
- "packages/*/package.json"
1414
- "flake.lock"
15+
- "nix/node_modules.nix"
16+
- "nix/scripts/**"
17+
- "patches/**"
1518
- ".github/workflows/nix-hashes.yml"
1619

1720
jobs:

nix/node_modules.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
3030
../bun.lock
3131
../package.json
3232
../patches
33-
../install
3433
]
3534
);
3635
};

0 commit comments

Comments
 (0)