nixpkgs/release-checks: remove debug print

This commit is contained in:
K900 2024-07-31 10:02:12 +03:00
parent 2327299ec4
commit bcba08a286

View file

@ -62,7 +62,6 @@ pkgs.runCommand "nixpkgs-release-checks"
fi
s1=$(sha1sum packages1 | cut -c1-40)
echo $s1
nix-env -f $src2 \
--show-trace --argstr system "$platform" \