adding haskell template providing dev/prod environments
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -53,7 +53,6 @@
|
|||||||
|
|
||||||
packages.default = callPackage ./. { };
|
packages.default = callPackage ./. { };
|
||||||
|
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
go
|
go
|
||||||
@@ -71,11 +70,12 @@
|
|||||||
bindings = bindingsOverlay;
|
bindings = bindingsOverlay;
|
||||||
};
|
};
|
||||||
|
|
||||||
templates.default = {
|
|
||||||
hs-bindings = ./nix/templates/haskell;
|
|
||||||
description = "Haskell Bindings to p2prc protocol";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
));
|
)) //
|
||||||
|
{
|
||||||
|
templates.haskell = {
|
||||||
|
bindings = ./nix/templates/haskell;
|
||||||
|
description = "Haskell Bindings to p2prc protocol";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user