use nixpkgs input and ocaml overlay
This commit is contained in:
parent
4490c67de9
commit
4bc3176ce6
2 changed files with 45 additions and 25 deletions
53
flake.lock
generated
53
flake.lock
generated
|
@ -73,7 +73,7 @@
|
|||
"lix"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs-oc"
|
||||
"ocaml-overlay"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
@ -122,37 +122,53 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-oc": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1733437725,
|
||||
"narHash": "sha256-ridu0NcO4Dr2TsHqPE+kh58xTHcXg7IHq/FF74KrP/g=",
|
||||
"owner": "nix-ocaml",
|
||||
"repo": "nix-overlays",
|
||||
"rev": "03b85ffd6c37255829d475f3584f8d8a1556d5f2",
|
||||
"lastModified": 1733749988,
|
||||
"narHash": "sha256-+5qdtgXceqhK5ZR1YbP1fAUsweBIrhL38726oIEAtDs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "bc27f0fde01ce4e1bfec1ab122d72b7380278e68",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-ocaml",
|
||||
"repo": "nix-overlays",
|
||||
"owner": "nixos",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1733380312,
|
||||
"narHash": "sha256-ywntxT10Om755wkB9tYgJwEwELQZKYAO5WcNuHv1vjI=",
|
||||
"lastModified": 1733838633,
|
||||
"narHash": "sha256-51x/FRiqMGQMyP+aSTp5b36WxsvT7q9KYtW2f+7+HoI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a772498086eac57d97065a980a21fc0f304e3192",
|
||||
"rev": "cdb5bd9f4fe066d1726cd848ad5858eb36a2ca93",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a772498086eac57d97065a980a21fc0f304e3192",
|
||||
"rev": "cdb5bd9f4fe066d1726cd848ad5858eb36a2ca93",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"ocaml-overlay": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1733872709,
|
||||
"narHash": "sha256-CSjVHftyEGmkDeheoWDjQECIrgASNy8FNc0fqIFvcwM=",
|
||||
"owner": "nix-ocaml",
|
||||
"repo": "nix-overlays",
|
||||
"rev": "8a82971570aafb4233340ef429ba672fd780b5ac",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-ocaml",
|
||||
"repo": "nix-overlays",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -162,7 +178,8 @@
|
|||
"lix": "lix",
|
||||
"lix-module": "lix-module",
|
||||
"nh": "nh",
|
||||
"nixpkgs-oc": "nixpkgs-oc"
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"ocaml-overlay": "ocaml-overlay"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue