mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Merge pull request #10299 from detroyejr/remove-repl-flake
flakes: remove experimental repl-flake
This commit is contained in:
commit
b72e1c79da
5 changed files with 11 additions and 20 deletions
|
@ -47,6 +47,9 @@ testRepl () {
|
|||
| grep "attribute 'currentSystem' missing"
|
||||
nix repl "${nixArgs[@]}" 2>&1 <<< "builtins.currentSystem" \
|
||||
| grep "$(nix-instantiate --eval -E 'builtins.currentSystem')"
|
||||
|
||||
expectStderr 1 nix repl ${testDir}/simple.nix \
|
||||
| grepQuiet -s "error: path '$testDir/simple.nix' is not a flake"
|
||||
}
|
||||
|
||||
# Simple test, try building a drv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue