remove shell script

Will be integrated directly into CI/CD
This commit is contained in:
Agahnim
2026-05-05 16:59:22 +02:00
parent e50f885ba2
commit 9144e52db1

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
hash=$(nix-shell -p prefetch-npm-deps --run "prefetch-npm-deps package-lock.json" 2>/dev/null)
echo "New hash: $hash"
sed -i "s|hash = \"[^\"]*\"|hash = \"$hash\"|" package.nix