This commit is contained in:
atagen 2024-12-05 18:17:53 +11:00
parent a5edba446b
commit 5d9058122f
2 changed files with 7 additions and 36 deletions

36
flake.lock generated
View File

@ -20,47 +20,23 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1733132332,
"narHash": "sha256-8DTh3irBPko0ooHaeGJ5kPwBD8mOwiMX4eBjFuicLsA=",
"owner": "NixOS",
"lastModified": 1733380312,
"narHash": "sha256-ywntxT10Om755wkB9tYgJwEwELQZKYAO5WcNuHv1vjI=",
"owner": "nixOS",
"repo": "nixpkgs",
"rev": "b9ffe0d2ef589f4d75a62f908f00dfd6344b6b6e",
"rev": "a772498086eac57d97065a980a21fc0f304e3192",
"type": "github"
},
"original": {
"owner": "NixOS",
"owner": "nixOS",
"repo": "nixpkgs",
"rev": "b9ffe0d2ef589f4d75a62f908f00dfd6344b6b6e",
"type": "github"
}
},
"ocaml-overlay": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1733178998,
"narHash": "sha256-VfkaWyw578enSEYmPK+eocxTX0jSyr62EZucHMipcS0=",
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "274761cacd971c2570516141e854ccd9184fab24",
"type": "github"
},
"original": {
"owner": "nix-ocaml",
"repo": "nix-overlays",
"rev": "274761cacd971c2570516141e854ccd9184fab24",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"ocaml-overlay",
"nixpkgs"
],
"ocaml-overlay": "ocaml-overlay"
"nixpkgs": "nixpkgs"
}
},
"systems": {

View File

@ -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