Skip to content

Commit 0d9b969

Browse files
author
HuangYi
committed
fix
1 parent 914b7cc commit 0d9b969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

integration_tests/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)