diff options
-rw-r--r-- | example/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/example/default.nix b/example/default.nix index bf8cd43..e69c8db 100644 --- a/example/default.nix +++ b/example/default.nix @@ -1,12 +1,11 @@ # usage: nix-instantiate --eval --json --strict example | jq -r . let - # TODO: get rid of NIX_PATH dependency here - pkgs = import <nixpkgs> {}; cfg = import ./config.nix; #cfg = import ./config-gpt-bios.nix; in -with import ../lib { inherit (pkgs) lib;}; +# TODO: get rid of NIX_PATH dependency here +with import ../. {}; { config = config cfg; |