mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Remove references to nix-command
This commit is contained in:
parent
e0ce161734
commit
1b52a3add1
26 changed files with 32 additions and 43 deletions
|
@ -10,7 +10,7 @@ runCommand "repl-completion" {
|
|||
];
|
||||
expectScript = ''
|
||||
# Regression https://github.com/NixOS/nix/pull/10778
|
||||
spawn nix repl --offline --extra-experimental-features nix-command
|
||||
spawn nix repl --offline
|
||||
expect "nix-repl>"
|
||||
send "foo = import ./does-not-exist.nix\n"
|
||||
expect "nix-repl>"
|
||||
|
@ -37,4 +37,4 @@ runCommand "repl-completion" {
|
|||
nix-store --init
|
||||
expect $expectScriptPath
|
||||
touch $out
|
||||
''
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue