ok
This commit is contained in:
parent
a5edba446b
commit
5d9058122f
2 changed files with 7 additions and 36 deletions
|
@ -15,13 +15,8 @@
|
|||
system: let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
ocaml-overlay.overlays.default
|
||||
];
|
||||
extra-substituters = "https://anmonteiro.nix-cache.workers.dev";
|
||||
extra-trusted-public-keys = "ocaml.nix-cache.com-1:/xI2h2+56rwFfKyyFVbkJSeGqSIYMC/Je+7XXqGKDIY=";
|
||||
};
|
||||
inherit (pkgs) mkShell ocamlPackages ocaml-ng;
|
||||
inherit (pkgs) mkShell ocamlPackages;
|
||||
inherit
|
||||
(ocamlPackages)
|
||||
dune_3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue