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 9, 2024
1 parent c875f59 commit 9d6cf1f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
shell = {commands = builtins.map (element: {package = common.pkgs.${element};}) ["ghc" "nodejs"];};
};
pkgConfig = common: let
override = {
buildInputs = pkgs common ["openssl" "pkg-config"];
meta = with common.pkgs.lib; {
description = "A massively parallel functional runtime.";
license = licenses.mit;
};
};
override = {buildInputs = pkgs common ["openssl" "pkg-config"];};
in {
hvm = {
app = true;
build = true;
meta = with common.pkgs.lib; {
description = "A massively parallel functional runtime.";
license = licenses.mit;
};
overrides = {inherit override;};
depsOverrides = {inherit override;};
profiles = {
Expand Down

0 comments on commit 9d6cf1f

Please sign in to comment.