about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-28 14:20:39 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-28 14:20:39 +0200
commite1e1dfcaedbd9c6920fb111a81edb196fa6049fb (patch)
tree4fdda766729c893b2f0be7cde38e0546993784e7 /update.sh
parenttreewide: Format (diff)
downloadnixos-config-e1e1dfcaedbd9c6920fb111a81edb196fa6049fb.zip
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).
Diffstat (limited to '')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
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 "$@"