From 77dfff2b635d1ea33b26b599c430989cba36cd4c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 29 Apr 2023 17:47:01 +0200 Subject: Feat(update): Use update flake This comes with better dependency handling and further visual upgrades. --- update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update') 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; -- cgit 1.4.1