mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
ffe6ba69d6
File not found while importing is not currently caught by the tab-completion handler. Original bug report: https://git.lix.systems/lix-project/lix/issues/340 Fix has been adapted from https://gerrit.lix.systems/c/lix/+/1189 Example crash: $ cat /tmp/foo.nix { someImport = import ./this_file_does_not_exist; } $ ./src/nix/nix repl --file /tmp/foo.nix warning: unknown experimental feature 'repl-flake' Nix 2.23.0pre20240517_dirty Type :? for help. Loading installable ''... Added 1 variables. nix-repl> someImport.<TAB> |
||
---|---|---|
.. | ||
build-remote | ||
libcmd | ||
libexpr | ||
libexpr-c | ||
libfetchers | ||
libmain | ||
libstore | ||
libstore-c | ||
libutil | ||
libutil-c | ||
nix | ||
nix-build | ||
nix-channel | ||
nix-collect-garbage | ||
nix-copy-closure | ||
nix-env | ||
nix-instantiate | ||
nix-store | ||
toml11 |