nixpkgs/nixos
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
..
doc/manual Merge pull request #28189 from Nadrieril/ffsync-non-root 2017-08-24 20:47:52 +02:00
lib Deduplicate some filterSource invocations 2017-08-29 20:27:04 -04:00
maintainers amazon-image: fix typo in last commit 2017-08-11 02:12:39 +00:00
modules Deduplicate some filterSource invocations 2017-08-29 20:27:04 -04:00
tests nixos/tests/installer: Add stdenvNoCC to extraDependencies 2017-08-24 02:07:56 +03:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos/tests: Make the UEFI boot test release-critical 2017-08-19 08:46:48 +02:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix elk: 5.4.2 -> 5.5.2 2017-08-23 01:58:12 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.