From 9be782798f5a853d28d3822716c8b74d518338c2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 23 Nov 2024 10:29:58 +0100 Subject: tests(flake): Hook up to the flake's check and package attributes --- flake/packages/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake/packages') diff --git a/flake/packages/default.nix b/flake/packages/default.nix index 5b07b6f3..a8fc2d64 100644 --- a/flake/packages/default.nix +++ b/flake/packages/default.nix @@ -13,6 +13,8 @@ inherit (pkgs) lib; output = import ../../bootstrap {inherit pkgs sysLib;}; + run_test_description = pkgs.callPackage ../../tests/infrastructure/run.nix {}; + nvim = builtins.mapAttrs ( name: value: let @@ -88,6 +90,7 @@ in # format = "iso"; # }; nvim = nvim.tiamat; + inherit run_test_description; } // output // output_neovim -- cgit 1.4.1