Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Mar 10, 2024
1 parent e465b26 commit 1c00410
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
shell = {commands = builtins.map (element: {package = common.pkgs.${element};}) ["ghc" "nodejs"];};
};
pkgConfig = common: let
override = {buildInputs = pkgs common ["openssl" "pkg-config"];};
override = {
buildInputs = pkgs common ["openssl" "pkg-config"];
meta = with common.pkgs.lib; {
description = "A massively parallel functional runtime.";
homepage = "https://github.com/HigherOrderCO/HVM";
license = licenses.mit;
};
};
in {
hvm = {
app = true;
Expand Down

0 comments on commit 1c00410

Please sign in to comment.