From efde4a6127fd9c9da0e1c9ac1d9b6ea102a016c7 Mon Sep 17 00:00:00 2001 From: Mx Kookie Date: Mon, 21 Dec 2020 13:14:15 +0100 Subject: libkookie: build: adding modules and configuration keys to NIX_PATH --- infra/libkookie/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra/libkookie') diff --git a/infra/libkookie/build b/infra/libkookie/build index e4ca73b04bd2..fb12b28beb78 100755 --- a/infra/libkookie/build +++ b/infra/libkookie/build @@ -17,6 +17,8 @@ function build { -I "nixpkgs=$DIR" \ -I "nixpkgs-overlays=$DIR/overlays" \ -I "home-manager=$DIR/home-manager" \ + -I "modules=$DIR/modules" \ + -I "configuration=$DIR/configuration" \ --out-link "$OUT" "$@" } -- cgit v1.2.3