Files
config/.remoteenv
T
2024-06-06 21:31:22 +02:00

5 lines
137 B
Bash

#!/usr/bin/env bash
export HOST_SHELL="$(command -v "$SHELL")"
eval "$(nix print-dev-env .#remoteenv)"
echo Entered "$(hostname --fqdn)"