From 60c10c3f4ae9b3093e75a22d03d6a1d0862a2f25 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 16 Feb 2025 20:58:08 +0900 Subject: nix: run integration tests with race detector Signed-off-by: Ophestra --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 87cf7b64..086e3814 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,10 @@ touch $out ''; - nixos-tests = callPackage ./test.nix { inherit system self home-manager; }; + nixos-tests = callPackage ./test.nix { + inherit system self home-manager; + inherit (self.packages.${system}) fortify; + }; } ); -- cgit v1.3.1