diff options
Diffstat (limited to 'update')
-rwxr-xr-x | update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update b/update index 6e76b0e..07fd496 100755 --- a/update +++ b/update @@ -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; |