aboutsummaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-19 17:47:51 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-19 17:47:51 +0200
commit7e2e4de1a42e37234cf5d5a692573a8426bec4ca (patch)
treed33b2db75ed555e0184f7d9ae2f843f96ebffe63 /update.sh
parentmodules/direnv/pre-cache: Also use the nixpkgs rev as cache key (diff)
downloadnixos-config-7e2e4de1a42e37234cf5d5a692573a8426bec4ca.zip
treewide: Switch to bare unflakeHEADprime
There was no real reason to still have `npins` around. I just kept it because of historical reasons.
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
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