config/.remoteenv

7 lines
177 B
Plaintext
Raw Permalink 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")"
2024-09-15 22:02:35 +02:00
export IS_REMOTE_ENV=1
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)"
2024-08-03 21:12:13 +02:00
df -h /nix/store