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; }; }; }