@mic92 it also increases the checkout size of nixpkgs by 10MB```> find -name Cargo.lock | xargs du | awk 'BEGIN { OFS="\t" }{s += $1} END { print s }'9436```