/
ne1ghost
/
nix
Обзор
Документация
Войти
/
ne1ghost
/
nix
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/functional/shell.shebang.expr
9 строк
294 B
Robert Hensing
Fix and extend nix-shell baseDir test
07 июл 2024, 01:23
07 июл 2024, 01:23
f5b59fb
Код
Авторство
О чём код?
#! @ENV_PROG@ nix-shell #! nix-shell "{ script, path, ... }: assert path == ./shell.nix; script { }" #! nix-shell --no-substitute #! nix-shell --expr #! nix-shell --arg script "import ./shell.nix" #! nix-shell --arg path "./shell.nix" #! nix-shell -A shellDrv #! nix-shell -i bash echo "$FOO"