config/.remoteenv

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)"