From a3dccbca9dedea7af3361ad83941295ce3c78415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dav=C3=AD=C3=B0=20Steinn=20Geirsson?= Date: Wed, 25 Mar 2026 00:07:13 +0000 Subject: [PATCH] Update flake.nix to allow `nix flake check` torun tests --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; };