From fb1ddce32989fdea137f2b225ae4c24d2badf3a4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 25 Jul 2014 16:52:46 +0200 Subject: common: Factor out common workstation options. Those options reside now in common-workstation.nix but it's only a preliminary step, in the long term I guess we want to have this as modular as possible. Signed-off-by: aszlig --- machines/dnyarri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/dnyarri.nix') diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix index bc3ac135..ad385001 100644 --- a/machines/dnyarri.nix +++ b/machines/dnyarri.nix @@ -4,7 +4,7 @@ with pkgs.lib; with import ../lib; { - require = singleton ../common.nix; + imports = singleton ../common-workstation.nix; nix.maxJobs = 8; -- cgit 1.4.1