Update flake.nix to allow nix flake check torun tests
This commit is contained in:
parent
d81f5826dc
commit
a3dccbca9d
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@
|
|||
inherit usbip-rs;
|
||||
};
|
||||
|
||||
checks = {
|
||||
default = usbip-rs;
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
inherit nativeBuildInputs buildInputs;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue