File tree Expand file tree Collapse file tree 4 files changed +2
-24
lines changed Expand file tree Collapse file tree 4 files changed +2
-24
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
name : pre-commit-hooks
17
17
signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
18
- - run : nix-build
18
+ - run : nix-build --keep-going
19
19
tests-flakes :
20
20
strategy :
21
21
matrix :
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ use nix
84
84
- [ deadnix] ( https://github.com/astro/deadnix )
85
85
- [ nixpkgs-fmt] ( https://github.com/nix-community/nixpkgs-fmt )
86
86
- [ nixfmt] ( https://github.com/serokell/nixfmt/ )
87
- - [ nix-linter] ( https://github.com/Synthetica9/nix-linter )
88
87
- [ statix] ( https://github.com/nerdypepper/statix )
89
88
90
89
## Haskell
Original file line number Diff line number Diff line change 118
118
default = { } ;
119
119
} ;
120
120
} ;
121
- nix-linter =
122
- {
123
- checks =
124
- mkOption {
125
- type = types . listOf types . str ;
126
- description = lib . mdDoc
127
- "Available checks. See `nix-linter --help-for [CHECK]` for more details." ;
128
- default = [ ] ;
129
- } ;
130
- } ;
131
121
nixfmt =
132
122
{
133
123
width =
547
537
files = "\\ .nix$" ;
548
538
pass_filenames = false ;
549
539
} ;
550
- nix-linter =
551
- {
552
- name = "nix-linter" ;
553
- description = "Linter for the Nix expression language." ;
554
- entry =
555
- "${ tools . nix-linter } /bin/nix-linter ${
556
- lib . escapeShellArgs ( lib . concatMap ( check : [ "-W" "${ check } " ] ) settings . nix-linter . checks )
557
- } " ;
558
- files = "\\ .nix$" ;
559
- } ;
560
540
elm-format =
561
541
{
562
542
name = "elm-format" ;
Original file line number Diff line number Diff line change 24
24
, hunspell
25
25
, luaPackages
26
26
, mdsh
27
- , nix-linter
28
27
, nixfmt
29
28
, nixpkgs-fmt
30
29
, nodePackages
54
53
} ;
55
54
in
56
55
{
57
- inherit actionlint alejandra cabal-fmt cabal2nix cargo clang-tools clippy deadnix dhall editorconfig-checker hadolint hindent hlint hpack html-tidy nix-linter nixfmt nixpkgs-fmt ormolu rustfmt shellcheck shfmt statix stylish-haskell stylua typos go mdsh revive go-tools ;
56
+ inherit actionlint alejandra cabal-fmt cabal2nix cargo clang-tools clippy deadnix dhall editorconfig-checker hadolint hindent hlint hpack html-tidy nixfmt nixpkgs-fmt ormolu rustfmt shellcheck shfmt statix stylish-haskell stylua typos go mdsh revive go-tools ;
58
57
inherit ( elmPackages ) elm-format elm-review elm-test ;
59
58
# TODO: these two should be statically compiled
60
59
inherit ( haskellPackages ) fourmolu ;
You can’t perform that action at this time.
0 commit comments