summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nix-hashes.yml3
-rw-r--r--nix/node_modules.nix1
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/nix-hashes.yml b/.github/workflows/nix-hashes.yml
index 5446f9212..894dbf47b 100644
--- a/.github/workflows/nix-hashes.yml
+++ b/.github/workflows/nix-hashes.yml
@@ -12,6 +12,9 @@ on:
- "package.json"
- "packages/*/package.json"
- "flake.lock"
+ - "nix/node_modules.nix"
+ - "nix/scripts/**"
+ - "patches/**"
- ".github/workflows/nix-hashes.yml"
jobs:
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
]
);
};