diff --git a/flake.nix b/flake.nix index 212f68144b..ae48a31765 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,6 @@ jujutsu = ourRustPlatform.buildRustPackage rec { pname = "jujutsu"; version = "unstable-${self.shortRev or "dirty"}"; - buildNoDefaultFeatures = true; buildFeatures = [ "packaging" ]; cargoBuildFlags = ["--bin" "jj"]; # don't build and install the fake editors useNextest = true;