From e1e1dfcaedbd9c6920fb111a81edb196fa6049fb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 28 May 2026 14:20:39 +0200 Subject: treewide: Use unflake to de-duplicate flake inputs Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins). --- update.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 1a9656fa..25dd6bec 100755 --- a/update.sh +++ b/update.sh @@ -21,6 +21,7 @@ __update_sh_run() { unset __update_sh_command } +__update_sh_run unflake.sh --backend=npins __update_sh_run npins update __update_sh_run ./pkgs/update_pkgs.sh "$@" -- cgit v1.3.1