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

moo: init at master (with patches)

parent 8c2d6d4b
No related merge requests found
......@@ -575,6 +575,23 @@
"type": "github"
}
},
"moo": {
"flake": false,
"locked": {
"lastModified": 1665149984,
"narHash": "sha256-HWxnkf6xEAFfY14QxQFU/RsQ09skzLSMKvrAB1EQstU=",
"owner": "milloni",
"repo": "moo",
"rev": "20e4c6ee880e7d62b18b995750063dd7349a3f8e",
"type": "github"
},
"original": {
"owner": "milloni",
"ref": "milloni/build-fix",
"repo": "moo",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1644525281,
......@@ -735,6 +752,7 @@
"haskell-flake": "haskell-flake",
"horizon-platform": "horizon-platform",
"lint-utils": "lint-utils_2",
"moo": "moo",
"nixpkgs": "nixpkgs_4",
"nixpkgs-libR": "nixpkgs-libR",
"nothunks": "nothunks",
......
......@@ -35,6 +35,10 @@
flake = false;
};
lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
moo = {
url = "github:milloni/moo?ref=milloni/build-fix";
flake = false;
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-libR.url = "github:nixos/nixpkgs/602748c14b82a2e17078713686fe1df2824fa502";
nothunks = {
......
......@@ -46,6 +46,8 @@ final: prev: with pkgs.haskell.lib;
monoidal-containers = doJailbreak prev.monoidal-containers;
moo = dontCheck (prev.callCabal2nix "moo" inputs.moo {});
multiset = dontCheck prev.multiset;
nonempty-vector = doJailbreak (dontCheck prev.nonempty-vector);
......
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