about summary refs log tree commit diff stats
path: root/pkgs/update_pkgs.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-08 00:09:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-12 00:29:19 +0200
commita61d883366473aef7d93b55f4de11b40e4d06808 (patch)
tree79b85edf9dc5b2a90018f2d420c5408ff2f64370 /pkgs/update_pkgs.sh
parentmodules/lf/commands/archive_{de,}compress: Add missing dependencies (diff)
downloadnixos-config-a61d883366473aef7d93b55f4de11b40e4d06808.zip
treewide: Switch to npins
Diffstat (limited to '')
-rwxr-xr-xpkgs/update_pkgs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/update_pkgs.sh b/pkgs/update_pkgs.sh
index d036142e..17f97a35 100755
--- a/pkgs/update_pkgs.sh
+++ b/pkgs/update_pkgs.sh
@@ -40,8 +40,6 @@ fd . --type directory --max-depth 1 | while read -r shard; do
         if [ -x update.sh ]; then
             printf "  \033[34;1m> \033[0m\033[34;1m%s\033[0m\n" "Running '${shard}${package}update.sh' .."
 
-            [ -f flake.nix ] && nix flake update
-
             direnv allow
             eval "$(direnv export bash 2>/dev/null)"
             ./update.sh "$@"