what in the overlay hell
This commit is contained in:
parent
a5ddb60f65
commit
03e7119a56
2 changed files with 4 additions and 2 deletions
|
@ -111,12 +111,13 @@
|
|||
overlays.culr = final: prev: let
|
||||
ocaml-deps = let
|
||||
inherit
|
||||
(prev.ocamlPackages)
|
||||
(final.ocamlPackages)
|
||||
dune_3
|
||||
ocaml
|
||||
angstrom
|
||||
angstrom-unix
|
||||
ppx_inline_test
|
||||
opaline
|
||||
;
|
||||
in [
|
||||
dune_3
|
||||
|
@ -124,6 +125,7 @@
|
|||
angstrom
|
||||
angstrom-unix
|
||||
ppx_inline_test
|
||||
opaline
|
||||
];
|
||||
in {
|
||||
culr = final.callPackage ./nix/default.nix {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{overlays}: {
|
||||
imports = [./culr-module.nix];
|
||||
nixpkgs.overlays = overlays;
|
||||
imports = [./culr-module.nix];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue