diff options
author | Soispha <soispha@vhack.eu> | 2023-04-29 17:31:00 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:32:58 +0200 |
commit | fb206f9be18b4936ef716935c2343531acaf92c2 (patch) | |
tree | 88a86e5ae9f27a050d22397cc2d991a8b9e9b70b /update | |
parent | Docs(todo): Update (diff) | |
download | nixos-config-fb206f9be18b4936ef716935c2343531acaf92c2.zip |
Refactor(treewide): Use separate shell library
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 |