repl: fix 'tokens-no-whitespace' in :use's Nix expression

Change-Id: Ifa2bc6b1204cc5a85422128c76b192296a6a6964
This commit is contained in:
Qyriad
2026-02-27 08:51:40 +00:00
parent 0bcdfe2c43
commit f13566a3f6
+1 -1
View File
@@ -858,7 +858,7 @@ void NixRepl::initBuiltinCommands()
Value v, f;
repl.evalString(arg, v);
repl.evalString(
R""("drv: (import <nixpkgs> {}).runCommand "shell")""
R""("drv: (import <nixpkgs> {}).runCommand "shell") ""
R""({ buildInputs = [ drv ]; } "")"",
f
);