Scripts are no longer needed

This commit is contained in:
Danila Fedorin 2021-10-22 23:45:54 -07:00
parent e1c7fa55ae
commit 78c30ffc51
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
echo "New rev: $1"
echo "New SHA256: $2"
sed -i "s/rev = \".*\"/rev = \"$1\"/;s/sha256 = \".*\"/sha256 = \"$2\"/" default.nix

View File

@ -1 +0,0 @@
nix-prefetch-git --rev refs/heads/master https://dev.danilafe.com/Web-Projects/blog-static.git --quiet --fetch-submodules | jq '.rev,.sha256' | xargs ./change_blog_nix.sh