mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2025-01-01 00:22:33 +03:00
build(nix): added pre-commit to dev shell
This commit is contained in:
parent
fa5d3fe755
commit
2aa784e71b
@ -36,10 +36,13 @@
|
|||||||
hlint = {};
|
hlint = {};
|
||||||
haskell-language-server = {};
|
haskell-language-server = {};
|
||||||
};
|
};
|
||||||
|
shell.buildInputs = with pkgs; [
|
||||||
|
pre-commit
|
||||||
|
];
|
||||||
compiler-nix-name = "ghc966";
|
compiler-nix-name = "ghc966";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
|
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
|
||||||
flake = pkgs.hapistrano.flake { };
|
flake = pkgs.hapistrano.flake { };
|
||||||
in rec {
|
in rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user