add nix flake lock update to be safe

This commit is contained in:
Daylin Morgan 2025-02-04 16:53:58 -06:00
parent dc24e29fc5
commit a49e6d645c
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -189,6 +189,7 @@ hwylCli:
currently just runs `jq < flake.lock '.nodes | keys[] | select(contains("_"))' -r`
"""
run:
discard runCmd("nix flake lock")
# use absolute value for flake.lock?
quitWithCmd("""jq '.nodes | keys[] | select(contains("_"))' -r flake.lock""")