From 568e90059c500be1d7f28d5c77f634c68896132a Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 15 Jul 2026 17:33:11 +0200 Subject: [PATCH] shell: fix direnv provides 'inNixShell'as argument See: 'https://github.com/nix-community/nix-direnv/blob/1b09e07427e03ec0197060df33030a64290132f0/direnvrc#L561' --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index b9e707904..6586b0165 100644 --- a/default.nix +++ b/default.nix @@ -7,6 +7,7 @@ inherit system; }, withManuals ? false, # building the manuals is expensive + inNixShell ? false # Provided by direnv-nix; Ignored for now. }: let lib = pkgs.lib;