fix(nix): watch scripts in nix-hashes workflow (#12818)

This commit is contained in:
Jérôme Benoit 2026-02-09 17:13:25 +01:00 committed by GitHub
commit 24fd8c166d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
../bun.lock
../package.json
../patches
../install
]
);
};