1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/lib
Dan Peebles e2589b3ca2 Deduplicate some filterSource invocations
This version should have more conventional regexes that work across many
platforms and regex engines. This is an issue because up until Nix 1.11,
Nix called out to the libc regex matcher, which behaved differently on
Darwin and Linux. And in Nix 1.12, we're moving to std::regex which will
also behave differently here.

And yes, I do actually evaluate make-disk-image.nix on Darwin ;)
2017-08-29 20:27:04 -04:00
..
systems kernel: Build Tegra X1 USB support as a module 2017-07-28 22:14:12 +03:00
tests
attrsets.nix
composable-derivation.nix
customisation.nix
debug.nix
default.nix
deprecated.nix mergeAttrsByVersion, versionedDerivation: remove 2017-08-11 23:31:02 +02:00
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix
licenses.nix Revert "add apache2 license" 2017-08-23 23:50:28 +08:00
lists.nix
maintainers.nix Merge pull request #28570 from sorpaas/btc1-init 2017-08-29 11:52:51 +01:00
meta.nix
minver.nix Nix minimal version: 1.10 -> 1.11 2017-08-22 13:28:55 +03:00
modules.nix
options.nix
sandbox.nix
sources.nix Deduplicate some filterSource invocations 2017-08-29 20:27:04 -04:00
strings-with-deps.nix
strings.nix
trivial.nix
types.nix