diff options
Diffstat (limited to 'update')
-rwxr-xr-x | update | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update b/update index 38c27247..d3c0f526 100755 --- a/update +++ b/update @@ -1,7 +1,6 @@ #!/bin/sh # shellcheck disable=SC2086 -nix flake update ./home-manager/config/firefox/scripts/update_extensions -! grep '[^0-9]_[0-9]' flake.lock +nix run git+https://codeberg.org/soispha/flake_update |