linux-hardened: use default python3 version in update script

This commit is contained in:
Winter 2022-08-11 13:13:19 -04:00 committed by Sandro Jäckel
parent 441dc5d512
commit 3b873dc867
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i python -p "python38.withPackages (ps: [ps.PyGithub])" git gnupg
#! nix-shell -i python -p "python3.withPackages (ps: [ps.PyGithub])" git gnupg
# This is automatically called by ../update.sh.