diff --git a/flake.nix b/flake.nix index c6d0216..e7415c0 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,6 @@ version = "unstable-${date}"; src = self; cargoLock.lockFile = self + "/Cargo.lock"; - buildAndTestSubdir = "crates/nil"; nativeBuildInputs = [ pkgs.nix.out ];