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 lib.systems: add m68k-netbsd support 2021-08-01 15:27:12 +00:00
tests Merge pull request #131267 from blaggacao/fix-functionArgs 2021-08-04 00:02:57 +02:00
asserts.nix
attrsets.nix Merge pull request #110742 from siraben/deprecate-fold 2021-07-27 15:13:31 +07:00
cli.nix
customisation.nix
debug.nix
default.nix lib.mkFixStrictness: Deprecate 2021-07-12 07:31:29 +02:00
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
flake.nix Fix import path. 2021-08-14 14:46:00 -05:00
generators.nix lib.generators: Handle no drvPath in toPretty 2021-08-11 15:52:30 +02:00
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 lib.mkFixStrictness: Deprecate 2021-07-12 07:31:29 +02:00
options.nix lib/options: Better mergeEqualOption error for uncomparable types 2021-08-10 19:54:32 +02:00
sources.nix
strings-with-deps.nix
strings.nix strings.nix: Fix overly monomorphic type signature comments 2021-07-04 20:52:48 +02:00
trivial.nix lib: fix functionArgs for functors 2021-08-03 16:40:58 -05:00
types.nix Merge pull request #128032 from Artturin/add-swap-options 2021-07-23 10:45:53 +02:00
versions.nix
zip-int-bits.nix