From 6a3f2b85d62581607641db9af413b029cb7616b8 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 5 Dec 2024 18:26:45 +1100 Subject: [PATCH] downgrade dune lang version --- dune-project | 2 +- flake.lock | 70 ++++++---------------------------------------------- 2 files changed, 8 insertions(+), 64 deletions(-) diff --git a/dune-project b/dune-project index 1a97c3c..256991c 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 3.17) +(lang dune 3.16) (name meat) diff --git a/flake.lock b/flake.lock index 978f395..9d55469 100644 --- a/flake.lock +++ b/flake.lock @@ -36,24 +36,6 @@ "type": "github" } }, - "flake-utils_3": { - "inputs": { - "systems": "systems_3" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "flakey-profile": { "locked": { "lastModified": 1712898590, @@ -142,36 +124,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1732359803, - "narHash": "sha256-DPGw9u0Ejy5Hkip79wWSfC1i8q+YqKYngi0AFx3Z4W8=", - "owner": "NixOS", + "lastModified": 1733229606, + "narHash": "sha256-FLYY5M0rpa5C2QAE3CKLYAM6TwbKicdRK6qNrSHlNrE=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "1c79f7f85262067ecdffd95234032dda50f42958", + "rev": "566e53c2ad750c84f6d31f9ccb9d00f823165550", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixos", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", - "rev": "1c79f7f85262067ecdffd95234032dda50f42958", - "type": "github" - } - }, - "ocaml-overlay": { - "inputs": { - "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs_2" - }, - "locked": { - "lastModified": 1732401100, - "narHash": "sha256-eNxEkqGdyD+x3yNhJ096N7/8j8TryWA493rSmaL9jAQ=", - "owner": "nix-ocaml", - "repo": "nix-overlays", - "rev": "f6f12811924de05d921c397fad7455e0e2ee644c", - "type": "github" - }, - "original": { - "owner": "nix-ocaml", - "repo": "nix-overlays", "type": "github" } }, @@ -181,11 +144,7 @@ "lix": "lix", "lix-module": "lix-module", "nh": "nh", - "nixpkgs": [ - "ocaml-overlay", - "nixpkgs" - ], - "ocaml-overlay": "ocaml-overlay" + "nixpkgs": "nixpkgs_2" } }, "systems": { @@ -217,21 +176,6 @@ "repo": "default", "type": "github" } - }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root",