feat: haskell devShell
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
buildInputs = (with self.packages.${system}; [
|
buildInputs = (with self.packages.${system}; [
|
||||||
nvim-alias
|
nvim-alias
|
||||||
prettify-log
|
#prettify-log
|
||||||
nvim-pager
|
nvim-pager
|
||||||
]) ++ (with pkgs; [
|
]) ++ (with pkgs; [
|
||||||
jq
|
jq
|
||||||
@@ -93,11 +93,14 @@
|
|||||||
pkgs.pkgsBuildHost.rust-bin.stable."1.81.0".default;
|
pkgs.pkgsBuildHost.rust-bin.stable."1.81.0".default;
|
||||||
in
|
in
|
||||||
shells.default // {
|
shells.default // {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
rustToolchain
|
rustToolchain
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
haskell = shells.default // {
|
||||||
|
buildInputs = [ pkgs.stack ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user