From 1a2cd1693215e33aa8186b7b1754ed72342ff174 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 7 Sep 2023 11:40:12 +0200 Subject: [PATCH] flake.nix: Wire the checks --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 39ff8f4..cadc52a 100644 --- a/flake.nix +++ b/flake.nix @@ -10,5 +10,7 @@ import ./default.nix { inherit (prev) lib; }; + + checks.x86_64-linux = import ./tests { pkgs = nixpkgs.legacyPackages.x86_64-linux; }; }; }