diff options
author | tv <tv@shackspace.de> | 2015-09-26 06:01:16 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-09-27 13:54:13 +0200 |
commit | 42f44dc2ab87a7e8de34c258762f91c0d80f26e9 (patch) | |
tree | 91e60b00033eb39e07a7828256aec941f51863c6 | |
parent | a39d54aa2e28d8b15a5879024f64f3f41dee9f3b (diff) |
provide host-name
-rwxr-xr-x | get | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ fi result=$(nix-instantiate \ --eval \ --argstr user-name "$LOGNAME" \ + --argstr host-name "$HOSTNAME" \ ${json+--json} \ ${strict+--strict} \ $( |