diff --git a/flake.nix b/flake.nix index c37e0b0..fcbb8b5 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,10 @@ inherit usbip-rs; }; + checks = { + default = usbip-rs; + }; + devShells.default = pkgs.mkShell { inherit nativeBuildInputs buildInputs; };