From 6b292e473b0b8ecc4fbb871e6791eec37302e1db Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Fri, 13 Dec 2024 21:07:05 -0800 Subject: [PATCH] try fix --- flake.lock | 15 ++++++++------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 8b559da33..8fb339fb4 100644 --- a/flake.lock +++ b/flake.lock @@ -23,32 +23,33 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1733707976, - "narHash": "sha256-WU6P7fh8TqlNSitwC+T2TISAYvrMkk1yBh3IyjhENOo=", + "lastModified": 1734152790, + "narHash": "sha256-/cvtpMFp0HArEpFi0PrPMsheauc3IJ7qWpSHnw8so2M=", "owner": "nix-ocaml", "repo": "nix-overlays", - "rev": "0a2ae55089c32c38dab402a50b7aa7a78a5046b4", + "rev": "52bb4fb7ff184ac569eb0b8ad040a2557c491d0d", "type": "github" }, "original": { "owner": "nix-ocaml", + "ref": "anmonteiro/ocurl-stuff", "repo": "nix-overlays", "type": "github" } }, "nixpkgs_2": { "locked": { - "lastModified": 1733646270, - "narHash": "sha256-NctMbHnOGW8ESuJ3UO5wz4/HnQXhx55ENRLMOtyJY88=", + "lastModified": 1734100912, + "narHash": "sha256-93T/KB1ppdhnaV4u5uSwO6HutSq2RzcnkqVX9YKYslE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3d58debbb538678cf297954e520d4a4ea3ff2e15", + "rev": "2a7ebf12140f6d97941d5f8cc38e9323212ecbad", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "3d58debbb538678cf297954e520d4a4ea3ff2e15", + "rev": "2a7ebf12140f6d97941d5f8cc38e9323212ecbad", "type": "github" } }, diff --git a/flake.nix b/flake.nix index fbd5ec7d4..112398602 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Cohttp Nix Flake"; inputs.flake-utils.url = "github:numtide/flake-utils"; - inputs.nixpkgs.url = "github:nix-ocaml/nix-overlays"; + inputs.nixpkgs.url = "github:nix-ocaml/nix-overlays/anmonteiro/ocurl-stuff"; outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: