From 1230ad1eb3cfadcb345b1de493ce746281e4f529 Mon Sep 17 00:00:00 2001 From: Molly Miller Date: Sun, 17 Jan 2021 21:45:05 +0000 Subject: libkookie: fix build script. The build script doesn't pass the correct path to nixpkgs in the nix-build invocation, which causes build failures outside a standard libkookie-booted environment. --- infra/libkookie/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/libkookie/build b/infra/libkookie/build index 4ce8da17effb..b4e24bdfa63b 100755 --- a/infra/libkookie/build +++ b/infra/libkookie/build @@ -14,7 +14,7 @@ function build { NIXPKGS_ALLOW_UNFREE=1 \ nix build -f '' system \ -I nixos-config="$ROOT" \ - -I "nixpkgs=$DIR" \ + -I "nixpkgs=$DIR/nixpkgs" \ -I "nixpkgs-overlays=$DIR/overlays" \ -I "home-manager=$DIR/home-manager" \ -I "modules=$DIR/modules" \ -- cgit v1.2.3