From 44f2376e03592f11d22353db3f4c7567c2e60549 Mon Sep 17 00:00:00 2001 From: Julien Girard <julien.girard2@cea.fr> Date: Wed, 10 Jul 2024 16:33:05 +0200 Subject: [PATCH] [ci] ... without a typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b7d9c6c..c2ad91a 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ make test-ci ''; buildInputs = oldAttrs.buildInputs ++ - [ pkgs.python3Packages.onnx pkgs.python3Packages.scitkit-learn ]; + [ pkgs.python3Packages.onnx pkgs.python3Packages.scikit-learn ]; }); }; apps = rec { -- GitLab