nixpkgs/nixos
Tuomas Tynkkynen 8665b0d8b1 extlinux-conf-builder: Fix warning when building in chroot
When using extlinux-conf-builder in a nix build using chroots, the
following error message could be seen:

/nix/store/XXX-extlinux-conf-builder.sh: line 121: cd: /nix/var/nix/profiles: No such file or directory

To avoid this, just skip the code path parsing /nix/var/nix/profiles
when $numGenerations (passed from the command line) is 0 (which is the
only legal value of $numGenerations in a nix build context).
2015-07-26 00:31:20 +03:00
..
doc/manual release notes: phpfpm now using default php instead of php54 2015-07-17 18:18:43 +02:00
lib all tests: added meta.maintainers section 2015-07-12 12:29:51 +02:00
maintainers Initial attempt at configuring from EC2 userdata (with input from cstrahan). Now with VM tests! 2015-06-11 23:16:35 -04:00
modules extlinux-conf-builder: Fix warning when building in chroot 2015-07-26 00:31:20 +03:00
tests riak: new nixos service 2015-07-21 09:25:41 -04:00
COPYING
default.nix
README
release-combined.nix Make OpenJDK release-critical 2015-07-14 16:03:29 +02:00
release-small.nix Make OpenJDK release-critical 2015-07-14 16:03:29 +02:00
release.nix Disable system_tarball_pc and fix eval 2015-07-22 12:27:15 +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.