From 8e8844588c9c16456dee08a4eb084683450adae7 Mon Sep 17 00:00:00 2001 From: Las Safin Date: Sun, 5 Sep 2021 14:22:18 +0000 Subject: [PATCH] Fix unittests --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ce57afcc..1c9c6b96 100644 --- a/flake.nix +++ b/flake.nix @@ -95,9 +95,9 @@ import ./nix/alliance-check-toolkit.nix { inherit alliance-check-toolkit; } ) {}; - unittests = nixpkgsFor.${system}.callPackage ( + unittests = override (nixpkgsFor.${system}.callPackage ( import ./nix/unittests.nix { inherit version meta; } - ) {}; + ) {}); }); # CORIOLIS_TOP must be set before execution