ci: pin nix in all nix-shell scripts

This commit is contained in:
Jörg Thalheim 2021-02-06 11:24:34 +01:00
parent bfbeb67ff1
commit 8d9b27ab8d
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p bash -i bash -p python3Packages.mypy -p python3Packages.black -p python3Packages.flake8
#!nix-shell -p bash -i bash -p python3Packages.mypy -p python3Packages.black -p python3Packages.flake8 -p nix
set -eux -o pipefail # Exit with nonzero exit code if anything fails

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p git -p bash -i bash
#!nix-shell -p git -p nix -p bash -i bash
set -eu -o pipefail # Exit with nonzero exit code if anything fails

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p git -p bash -i bash
#!nix-shell -p git -p nix -p bash -i bash
set -eu -o pipefail # Exit with nonzero exit code if anything fails