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 103
103
default = { } ;
104
104
} ;
105
105
} ;
106
- nix-linter =
107
- {
108
- checks =
109
- mkOption {
110
- type = types . listOf types . str ;
111
- description = lib . mdDoc
112
- "Available checks. See `nix-linter --help-for [CHECK]` for more details." ;
113
- default = [ ] ;
114
- } ;
115
- } ;
116
106
nixfmt =
117
107
{
118
108
width =
479
469
files = "\\ .nix$" ;
480
470
pass_filenames = false ;
481
471
} ;
482
- nix-linter =
483
- {
484
- name = "nix-linter" ;
485
- description = "Linter for the Nix expression language." ;
486
- entry =
487
- "${ tools . nix-linter } /bin/nix-linter ${
488
- lib . escapeShellArgs ( lib . concatMap ( check : [ "-W" "${ check } " ] ) settings . nix-linter . checks )
489
- } " ;
490
- files = "\\ .nix$" ;
491
- } ;
492
472
elm-format =
493
473
{
494
474
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
52
51
} ;
53
52
in
54
53
{
55
- 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 ;
54
+ 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 ;
56
55
inherit ( elmPackages ) elm-format elm-review elm-test ;
57
56
# TODO: these two should be statically compiled
58
57
inherit ( haskellPackages ) fourmolu ;
You can’t perform that action at this time.
0 commit comments