config/.remoteenv

5 lines
137 B
Plaintext
Raw Normal View History

2023-03-09 19:37:59 +01:00
#!/usr/bin/env bash
2024-06-06 21:31:22 +02:00
export HOST_SHELL="$(command -v "$SHELL")"
2023-06-11 11:24:24 +02:00
eval "$(nix print-dev-env .#remoteenv)"
2024-06-06 21:31:22 +02:00
echo Entered "$(hostname --fqdn)"