feat: fix nix update command

This commit is contained in:
2025-04-16 01:19:56 -04:00
parent a9506ab67b
commit 481758e33b
3 changed files with 12 additions and 1 deletions

View File

@ -23,7 +23,7 @@ fi
echo "updating nix"
cd "${git_root}"
nix-update --flake --version=skip default
nix-update --flake --version=skip --subpackage trevstack-client trevstack
if ! git diff --exit-code flake.nix; then
git add flake.nix
git commit -m "build(nix): updated nix hashes"