3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
aszlig 80fb17b251
nixos/nix-daemon: Require .mount for /nix/store.
Also related to , because while switching to the new
configuration, depending on /nix/store also propagates to the mount
points for /nix/.ro-store and /nix/.rw-store and we don't get an error
while trying to unmount them (because nix-daemon needs to be stopped for
unmounting these paths).

While Nix does have the option to set a different store path, I've found
only hardcoded references in nix-daemon.nix, so I'm using a hardcoded
reference here as well, because after all customizing the store path
will probably only make sense on non-NixOS systems.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-22 19:50:12 +02:00
..
doc/manual nixos/manual: installation iso logs in automatically 2015-10-11 13:37:19 +02:00
lib Give more memory for the disk image builder 2015-10-06 15:03:26 +02:00
maintainers Hack to parallelize AMI copying 2015-09-29 14:54:12 +02:00
modules nixos/nix-daemon: Require .mount for /nix/store. 2015-10-22 19:50:12 +02:00
tests gnome3 test: increase timeout 2015-10-05 22:10:40 -06:00
COPYING
default.nix
README
release-combined.nix Don't block releases on nixos.tests.gnome3.i686-linux 2015-10-14 13:55:43 +02:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix Disable the ec2-config test 2015-09-28 13:47:14 +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.