Skip to content

Commit

Permalink
Update hspkgs for nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Aug 20, 2023
1 parent 1a69a1d commit 396528f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nixConfig.bash-prompt = "[nix(butler)] ";
inputs = {
hspkgs.url =
"github:podenv/hspkgs/f6893161b29a8086c7e1232c886a99a5d815ffae";
"github:podenv/hspkgs/30b0954150719797ba9fd5e8e1652a03604d823f";
# "path:///srv/github.com/podenv/hspkgs";
};
outputs = { self, hspkgs }:
Expand Down Expand Up @@ -143,14 +143,14 @@
};

baseTools = with pkgs; [
hsPkgs.cabal-fmt
pkgs.nixfmt
cabal-fmt
nixfmt
cabal-install
hlint
tasty-discover
fourmolu
weeder
hsPkgs.doctest
doctest
];

in {
Expand Down

0 comments on commit 396528f

Please sign in to comment.