From a61d883366473aef7d93b55f4de11b40e4d06808 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 8 May 2026 00:09:43 +0200 Subject: treewide: Switch to npins --- pkgs/update_pkgs.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/update_pkgs.sh') 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 "$@" -- cgit 1.4.1