From 7e2e4de1a42e37234cf5d5a692573a8426bec4ca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 19 Aug 2026 17:47:51 +0200 Subject: treewide: Switch to bare unflake There was no real reason to still have `npins` around. I just kept it because of historical reasons. --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 7f583808..19522e59 100755 --- a/update.sh +++ b/update.sh @@ -24,8 +24,7 @@ __update_sh_run() { unset __update_sh_command } -__update_sh_run unflake.sh --backend=npins -__update_sh_run npins update +__update_sh_run unflake.sh --backend=nix __update_sh_run ./pkgs/update_pkgs.sh "$@" # __update_sh_run nix flake check -- cgit v1.3.1