diff options
Diffstat (limited to '')
| -rwxr-xr-x | update | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh # shellcheck disable=SC2086 -nix flake update -! grep '[^0-9]_[0-9]' flake.lock + +nix run git+https://codeberg.org/soispha/flake_update.git; |
