repl: fix 'tokens-no-whitespace' in :use's Nix expression
Change-Id: Ifa2bc6b1204cc5a85422128c76b192296a6a6964
This commit is contained in:
+1
-1
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user