From 012fc8e4f399af06ab013ba136fe1d2cffb913f1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 18:30:42 +0100 Subject: Refactor overrides into my base profile. Just moving the overrides into the base profile isn't enough here, as we wouldn't be able to refer to packages anymore, because the global nixpkgs.config override is now gone. Instead, we're now putting pkgs.vuizvui.* into the NixOS module system by a new profiles/common.nix, which is used unconditionally for all machines. Of course, the result of this is that we now need to change all references to vuizvui-related packages, which also is a good thing, because we will no longer shadow existing packages from upstream nixpkgs. Signed-off-by: aszlig --- machines/aszlig/kzerza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/aszlig') diff --git a/machines/aszlig/kzerza.nix b/machines/aszlig/kzerza.nix index 31ca9852..5bb51856 100644 --- a/machines/aszlig/kzerza.nix +++ b/machines/aszlig/kzerza.nix @@ -50,7 +50,7 @@ in { preStart = "${pkgs.kbd}/bin/chvt 7"; serviceConfig = { Type = "idle"; - ExecStart = "${pkgs.grandpa}/bin/grandpa"; + ExecStart = "${pkgs.vuizvui.grandpa}/bin/grandpa"; StandardInput = "tty"; StandardOutput = "tty"; TTYPath = "/dev/tty7"; -- cgit 1.4.1