diff options
author | tv <tv@krebsco.de> | 2016-02-04 04:44:26 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-04 04:46:36 +0100 |
commit | 65977c6108d9517d58a6bd6ce8676c6a7b97615e (patch) | |
tree | 7e6c1c1de7572f343b91ca814734a670b29ccf27 /default.nix | |
parent | 8e3d27a9499bb70d5d033e4fd007aa53dea70b18 (diff) |
RIP current-date
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 9dd18a235..4a5e4ea2c 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,4 @@ -{ current-date ? abort "current-date not defined" -, current-host-name ? abort "current-host-name not defined" +{ current-host-name ? abort "current-host-name not defined" , current-user-name ? builtins.getEnv "LOGNAME" , StrictHostKeyChecking ? "yes" }@args: |