Skip to content

Commit ebff638

Browse files
committed
revert nixpkgs-unstable bump and cleanup
1 parent 2904e3d commit ebff638

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
inherit (exposed.checks.pre-commit-check) shellHook;
4747
};
4848

49-
checks = exposed.checks // (builtins.removeAttrs exposed-stable.checks [ "revive" "purs-tidy" ]);
49+
checks = exposed.checks // exposed-stable.checks;
5050

5151
lib = { inherit (exposed) run; };
5252
}

nix/tools.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
, stylua
4040
, texlive
4141
, typos
42+
, yamllint
4243
, writeScript
4344
, writeText
4445
, go
@@ -53,13 +54,12 @@ let
5354
};
5455
in
5556
{
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;
57+
inherit actionlint ansible-lint 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 yamllint;
5758
inherit (elmPackages) elm-format elm-review elm-test;
5859
# TODO: these two should be statically compiled
5960
inherit (haskellPackages) fourmolu;
6061
inherit (luaPackages) luacheck;
6162
inherit (nodePackages) eslint markdownlint-cli prettier;
62-
inherit (python39Packages) ansible-lint yamllint;
6363
purs-tidy = nodePackages.purs-tidy or null;
6464
cabal2nix-dir = callPackage ./cabal2nix-dir { };
6565
hpack-dir = callPackage ./hpack-dir { };

0 commit comments

Comments
 (0)