Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5672e62f..f935c527 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,7 +63,11 @@
platformRustFlagsEnv = lib.optionalString pkgs.stdenv.isLinux "-Clink-arg=-Wl,--no-rosegment";
in
pkgs.mkShell {
- inputsFrom = [self.checks.${system}.helix];
+ inputsFrom = [
+ (self.checks.${system}.helix.override {
+ includeGrammarIf = _: false;
+ })
+ ];
nativeBuildInputs = with pkgs;
[
lld