nixpkgs/lib
Victor Borja 9a62c51fdf
Fix import path.
Trying to create a simple flake with input:

```
{
     inputs.nixpkgs-lib.url = "github:NixOS/nixpkgs?dir=lib";
     outputs = {nixpkgs-lib, ...}: { };
}
```

Fails when trying to evaluate the nixpkgs-lib flake with an error like:

```
error: getting status of '/nix/store/xxxx-source/lib/lib': No such file or directory
(use '--show-trace' to show detailed location information)
```
2021-08-14 14:46:00 -05:00
..
systems
tests
asserts.nix
attrsets.nix
cli.nix
customisation.nix
debug.nix
default.nix
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
flake.nix Fix import path. 2021-08-14 14:46:00 -05:00
generators.nix
kernel.nix
licenses.nix lib.licenses: mark a few unfree redistributable licenses as such 2021-08-11 19:07:47 +02:00
lists.nix
meta.nix
minver.nix
modules.nix
options.nix
sources.nix
strings-with-deps.nix
strings.nix
trivial.nix
types.nix
versions.nix
zip-int-bits.nix