diff options
Diffstat (limited to 'pkgs/update_pkgs.sh')
| -rwxr-xr-x | pkgs/update_pkgs.sh | 2 |
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 "$@" |
