We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291918b commit 85526bbCopy full SHA for 85526bb
.github/workflows/pre-commit.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Dependencies with Nix
29
run: |
30
# Install all dependencies via Nix
31
- nix profile install nixpkgs#pre-commit nixpkgs#nixfmt-rfc-style nixpkgs#shellcheck
+ nix profile install nixpkgs#pre-commit nixpkgs#nixpkgs-fmt nixpkgs#shellcheck
32
33
- name: Run pre-commit hooks
34
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: nixpkgs-fmt
19
name: nixpkgs-fmt
20
description: Format nix code with nixpkgs-fmt
21
- entry: nixfmt
+ entry: nixpkgs-fmt
22
language: system
23
files: \.nix$
24
0 commit comments