diff options
| author | Silvan Mosberger <silvan.mosberger@moduscreate.com> | 2025-07-14 16:24:06 +0200 |
|---|---|---|
| committer | Silvan Mosberger <silvan.mosberger@moduscreate.com> | 2025-07-15 22:14:18 +0200 |
| commit | d1a4769b38bad1538d8b7aab3d337809f5bb5bd3 (patch) | |
| tree | ae3bb6a82adc3f9d6a7bfc46ca4aaea5ada5af77 /pkgs/development/ruby-modules | |
| parent | nixfmt[-rfc-style]: unstable -> 1.0.0 (diff) | |
| download | nixpkgs-d1a4769b38bad1538d8b7aab3d337809f5bb5bd3.tar.gz | |
treewide: nixfmt-rfc-style -> nixfmt
Except:
- Instances in documentation, because people in older versions
can't switch to nixfmt yet due to it having pointed to nixfmt-classic
before
- In code that runs based on a CI Nixpkgs version, which is also a bit
older still
- In update script shebangs, because many of them don't pin Nixpkgs, and run
with whatever is in NIX_PATH (and it's not easy to fix this, see
https://github.com/NixOS/nixpkgs/issues/425551)
Diffstat (limited to 'pkgs/development/ruby-modules')
| -rw-r--r-- | pkgs/development/ruby-modules/bundler-update-script/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ruby-modules/bundler-update-script/default.nix b/pkgs/development/ruby-modules/bundler-update-script/default.nix index 2135e42a2279..e248851bf7d8 100644 --- a/pkgs/development/ruby-modules/bundler-update-script/default.nix +++ b/pkgs/development/ruby-modules/bundler-update-script/default.nix @@ -7,7 +7,7 @@ coreutils, git, nix, - nixfmt-rfc-style, + nixfmt, }: attrPath: @@ -22,7 +22,7 @@ let coreutils git nix - nixfmt-rfc-style + nixfmt ] } set -o errexit |
