linux-hardened: use default python3 version in update script

This commit is contained in:
Winter
2022-08-16 23:07:09 +02:00
committed by Sandro Jäckel
parent 441dc5d512
commit 3b873dc867
@@ -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.