File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,5 +102,5 @@ jobs:
102102 extra_nix_config : |
103103 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
104104 if : steps.changed-files.outputs.any_changed == 'true'
105- - run : nix-shell -I nixpkgs=./nix -p nixpkgs-fmt --run "make lint-nix"
105+ - run : nix-shell -I nixpkgs=./nix -p nixfmt --run "make lint-nix"
106106 if : steps.changed-files.outputs.any_changed == 'true'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pkgs.mkShell {
2121 ( renameExe pkgs . solc-static-versions . solc_0_6_8 "solc-0.6.8" "solc06" )
2222 ( renameExe pkgs . solc-static-versions . solc_0_8_21 "solc-0.8.21" "solc08" )
2323 pkgs . test-env
24- pkgs . nixpkgs-fmt
24+ pkgs . nixfmt
2525 pkgs . rocksdb
2626 pkgs . chain-maind
2727 pkgs . hermes
You can’t perform that action at this time.
0 commit comments