From 23a7bc6a7590ebced5828e09c09d6e7a39188d74 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 29 Apr 2015 06:24:40 +0200 Subject: Handle all paths with nixpkgs-path.nix. This file is just defaulting to , but we're going to substitue it by the channel generator. We also need to make sure that we don't have any other references to , but the latter can best be done on Hydra's side if we don't make available to vuizvui builds. Signed-off-by: aszlig --- modules/user/aszlig/services/i3/conky.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/aszlig/services/i3/conky.nix b/modules/user/aszlig/services/i3/conky.nix index 129890c4..d9d44409 100644 --- a/modules/user/aszlig/services/i3/conky.nix +++ b/modules/user/aszlig/services/i3/conky.nix @@ -1,4 +1,7 @@ -{ pkgs ? import {}, lib ? import , timeout ? 300 }: +{ pkgs ? import (import ../../../../../nixpkgs-path.nix) {} +, lib ? import "${import ../../../../../nixpkgs-path.nix}/lib" +, timeout ? 300 +}: with lib; -- cgit 1.4.1