4 lines
100 B
Bash
4 lines
100 B
Bash
#!/usr/bin/env bash
|
|
eval "$(nix print-dev-env .#nixos-rebuild-nom)"
|
|
echo Entered $(hostname --fqdn)
|