Skip to content
Snippets Groups Projects
Commit e4db6d4e authored by Daniel Firth's avatar Daniel Firth
Browse files

hlint: init and track master

parent fe6985ad
No related merge requests found
...@@ -195,6 +195,22 @@ ...@@ -195,6 +195,22 @@
"type": "github" "type": "github"
} }
}, },
"hlint": {
"flake": false,
"locked": {
"lastModified": 1662124777,
"narHash": "sha256-5xLQVRmpTELwR28CbT9Ja2rsFddurs1mtfLr67NI0BA=",
"owner": "ndmitchell",
"repo": "hlint",
"rev": "68f9139403838b442110d5ab60da446768e8a26f",
"type": "github"
},
"original": {
"owner": "ndmitchell",
"repo": "hlint",
"type": "github"
}
},
"lint-utils": { "lint-utils": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
...@@ -309,6 +325,7 @@ ...@@ -309,6 +325,7 @@
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"haskell-flake": "haskell-flake", "haskell-flake": "haskell-flake",
"hedgehog-golden": "hedgehog-golden", "hedgehog-golden": "hedgehog-golden",
"hlint": "hlint",
"lint-utils": "lint-utils", "lint-utils": "lint-utils",
"memory": "memory", "memory": "memory",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
......
...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
url = "github:maybe-hedgehog-later/hedgehog-golden"; url = "github:maybe-hedgehog-later/hedgehog-golden";
flake = false; flake = false;
}; };
hlint = {
url = "github:ndmitchell/hlint";
flake = false;
};
memory = { memory = {
url = "github:parsonsmatt/hs-memory/0f760c8ba0b7d5aacf04a7294e87e5e4fff53f40"; url = "github:parsonsmatt/hs-memory/0f760c8ba0b7d5aacf04a7294e87e5e4fff53f40";
flake = false; flake = false;
......
...@@ -150,6 +150,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -150,6 +150,8 @@ final: prev: with pkgs.haskell.lib; {
hedgehog-quickcheck = doJailbreak (prev.callHackage "hedgehog-quickcheck" "0.1.1" { }); hedgehog-quickcheck = doJailbreak (prev.callHackage "hedgehog-quickcheck" "0.1.1" { });
hlint = prev.callCabal2nix "hlint" inputs.hlint { };
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