From 2961bb05b639ce60b21a0ccd227145c369943909 Mon Sep 17 00:00:00 2001 From: xvw Date: Tue, 18 Feb 2025 14:05:27 +0100 Subject: [PATCH] Add alcotest in `flake.nix` (and regenerate lock) --- flake.lock | 6 +++--- flake.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index f879d8fe19..85f4caa9ab 100644 --- a/flake.lock +++ b/flake.lock @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1718632497, - "narHash": "sha256-YtlyfqOdYMuu7gumZtK0Kg7jr4OKfHUhJkZfNUryw68=", + "lastModified": 1739883947, + "narHash": "sha256-OrKPdWRL7G+yG+y6kFDVRFKqIfKrioy4ehL9vTD+Jg4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c58b4a9118498c1055c5908a5bbe666e56abe949", + "rev": "cff9cabd8c7ee26e3320840b6ccb637fe38c5745", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 51cbc05f98..9e5a6b7514 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ src = ./.; duneVersion = "3"; propagatedBuildInputs = with ocamlPackages; [ csexp ]; + checkInputs = with ocamlPackages; [ alcotest ]; doCheck = true; };