diff options
author | Soispha <soispha@vhack.eu> | 2023-04-29 17:47:01 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-04-29 17:49:05 +0200 |
commit | 77dfff2b635d1ea33b26b599c430989cba36cd4c (patch) | |
tree | c895b4bd2812c2c08e502717048d9f6e142f3426 | |
parent | Chore(flake): Update (diff) | |
download | nixos-server-77dfff2b635d1ea33b26b599c430989cba36cd4c.tar.gz nixos-server-77dfff2b635d1ea33b26b599c430989cba36cd4c.zip |
Feat(update): Use update flake
This comes with better dependency handling and further visual upgrades.
-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; |