mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 13:14:17 -06:00
add nix flake lock update to be safe
This commit is contained in:
parent
dc24e29fc5
commit
a49e6d645c
1 changed files with 1 additions and 0 deletions
|
@ -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""")
|
||||
|
||||
|
|
Loading…
Reference in a new issue