1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 11:03:54 +02:00

fixup! nix: develop: add tests for interactive shell

This commit is contained in:
Bob van der Linden 2023-11-16 15:12:31 +01:00
parent ceab20d056
commit eaa3629532
No known key found for this signature in database
GPG key ID: EEBE8E3EC4A31364
2 changed files with 2 additions and 1 deletions

View file

@ -45,6 +45,7 @@ if [[ -n "${NIX_DAEMON_PACKAGE:-}" ]]; then
DAEMON_PATH="${NIX_DAEMON_PACKAGE}/bin:$DAEMON_PATH"
fi
coreutils=@coreutils@
lsof=@lsof@
export dot=@dot@
export SHELL="@bash@"