treewide: drop usage of nixfmt-rfc-style alias in update scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p cabal2nix curl jq nix-update nixfmt-rfc-style
|
||||
#!nix-shell -i bash -p cabal2nix curl jq nix-update nixfmt
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p bash nix-prefetch curl jq gawk gnused nixfmt-rfc-style
|
||||
#!nix-shell -i bash -p bash nix-prefetch curl jq gawk gnused nixfmt
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell --pure --keep NIX_PATH -i python3 -p nix git nixfmt-rfc-style "python3.withPackages (ps: [ ps. packaging ps.beautifulsoup4 ps.requests ])"
|
||||
#!nix-shell --pure --keep NIX_PATH -i python3 -p nix git nixfmt "python3.withPackages (ps: [ ps. packaging ps.beautifulsoup4 ps.requests ])"
|
||||
|
||||
# Usage: Run ./update.py from the directory containing tarballs.list. The script checks for the
|
||||
# latest versions of all packages, updates the expressions if any update is found, and commits
|
||||
|
||||
Reference in New Issue
Block a user