summaryrefslogtreecommitdiff
path: root/com/simatime
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-10-27 12:43:49 -0700
committerBen Sima <ben@bsima.me>2019-11-01 14:22:07 -0700
commitc6662575a085242fd216729ee3429a8b69f91f73 (patch)
tree37a017fe67fd2e2a6e99dd72515e572a92898253 /com/simatime
parentf82fddd83e8b713e211b6c3a7fcb0eacd88c3689 (diff)
use a standard buildNixOS function
Diffstat (limited to 'com/simatime')
-rw-r--r--com/simatime/dev.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/com/simatime/dev.nix b/com/simatime/dev.nix
index a45a92b..b2ed3b0 100644
--- a/com/simatime/dev.nix
+++ b/com/simatime/dev.nix
@@ -1,4 +1,4 @@
-{ nixos }:
+{ buildNixOS }:
/*
@@ -7,7 +7,7 @@ Mountain View.
*/
-nixos {
+buildNixOS {
system = "x86_64-linux";
configuration = {
imports = [