Skip to content
Snippets Groups Projects
Commit a5e35644 authored by Max Tomago's avatar Max Tomago
Browse files

hnix: init at master

parent 35824482
Branches
No related merge requests found
...@@ -54,6 +54,10 @@ ...@@ -54,6 +54,10 @@
url = "github:ndmitchell/hlint"; url = "github:ndmitchell/hlint";
flake = false; flake = false;
}; };
hnix = {
url = "github:milloni/hnix?ref=milloni/horizon";
flake = false;
};
lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
memory = { memory = {
url = "github:parsonsmatt/hs-memory/0f760c8ba0b7d5aacf04a7294e87e5e4fff53f40"; url = "github:parsonsmatt/hs-memory/0f760c8ba0b7d5aacf04a7294e87e5e4fff53f40";
......
...@@ -177,6 +177,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -177,6 +177,8 @@ final: prev: with pkgs.haskell.lib; {
hlint = prev.callCabal2nix "hlint" inputs.hlint { }; hlint = prev.callCabal2nix "hlint" inputs.hlint { };
hnix = doJailbreak (dontCheck (prev.callCabal2nix "hnix" inputs.hnix { }));
hourglass = dontCheck (prev.callHackage "hourglass" "0.2.12" { }); hourglass = dontCheck (prev.callHackage "hourglass" "0.2.12" { });
hslua-aeson = doJailbreak (prev.callHackage "hslua-aeson" "2.2.1" { }); hslua-aeson = doJailbreak (prev.callHackage "hslua-aeson" "2.2.1" { });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment