Update flake.nix to allow nix flake check torun tests

This commit is contained in:
Davíð Steinn Geirsson 2026-03-25 00:07:13 +00:00
parent d81f5826dc
commit a3dccbca9d

View file

@ -51,6 +51,10 @@
inherit usbip-rs;
};
checks = {
default = usbip-rs;
};
devShells.default = pkgs.mkShell {
inherit nativeBuildInputs buildInputs;
};