From ae06776b858d4e4811a781b7918ef195efed36a5 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Wed, 13 Aug 2025 10:56:45 -0700 Subject: [PATCH] treewide: drop usage of `nixfmt-rfc-style` alias in update scripts --- pkgs/by-name/gr/gren/update.sh | 2 +- pkgs/os-specific/linux/kernel/update-xanmod.sh | 2 +- pkgs/servers/x11/xorg/update.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gr/gren/update.sh b/pkgs/by-name/gr/gren/update.sh index 5c79129f4058..9ebc456179cc 100755 --- a/pkgs/by-name/gr/gren/update.sh +++ b/pkgs/by-name/gr/gren/update.sh @@ -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 diff --git a/pkgs/os-specific/linux/kernel/update-xanmod.sh b/pkgs/os-specific/linux/kernel/update-xanmod.sh index fd786872fd3c..2e1d9724db2d 100755 --- a/pkgs/os-specific/linux/kernel/update-xanmod.sh +++ b/pkgs/os-specific/linux/kernel/update-xanmod.sh @@ -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 diff --git a/pkgs/servers/x11/xorg/update.py b/pkgs/servers/x11/xorg/update.py index a493f3821e5f..65a2fe190a17 100755 --- a/pkgs/servers/x11/xorg/update.py +++ b/pkgs/servers/x11/xorg/update.py @@ -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