Build and test all crates in drv

This commit is contained in:
oxalica 2022-09-22 21:38:55 +08:00
parent 5811a7d60e
commit aa69e25c93

View file

@ -43,7 +43,6 @@
version = "unstable-${date}";
src = self;
cargoLock.lockFile = self + "/Cargo.lock";
buildAndTestSubdir = "crates/nil";
nativeBuildInputs = [ pkgs.nix.out ];