summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-04 04:44:26 +0100
committertv <tv@krebsco.de>2016-02-04 04:46:36 +0100
commit65977c6108d9517d58a6bd6ce8676c6a7b97615e (patch)
tree7e6c1c1de7572f343b91ca814734a670b29ccf27 /default.nix
parent8e3d27a9499bb70d5d033e4fd007aa53dea70b18 (diff)
RIP current-date
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index 9dd18a23..4a5e4ea2 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: