From c6662575a085242fd216729ee3429a8b69f91f73 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 27 Oct 2019 12:43:49 -0700 Subject: use a standard buildNixOS function --- com/simatime/dev.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'com/simatime') 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 = [ -- cgit v1.2.3