Unverified Commit ae06776b authored by Jeremy Fleischman's avatar Jeremy Fleischman
Browse files

treewide: drop usage of `nixfmt-rfc-style` alias in update scripts

parent e7221c7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/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 −1
Original line number Diff line number Diff line
#!/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 −1
Original line number Diff line number Diff line
#!/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