summary refs log tree commit diff stats
path: root/update
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-29 17:47:01 +0200
committerSoispha <soispha@vhack.eu>2023-04-29 17:49:05 +0200
commit77dfff2b635d1ea33b26b599c430989cba36cd4c (patch)
treec895b4bd2812c2c08e502717048d9f6e142f3426 /update
parentChore(flake): Update (diff)
downloadnixos-server-77dfff2b635d1ea33b26b599c430989cba36cd4c.tar.gz
nixos-server-77dfff2b635d1ea33b26b599c430989cba36cd4c.zip
Feat(update): Use update flake
This comes with better dependency handling and further visual upgrades.
Diffstat (limited to 'update')
-rwxr-xr-xupdate4
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;