nixpkgs/nixos
Joachim Fasting ece457c62f nixos/tests: fix docker test
The docker service is socket activated by default; thus,
`waitForUnit("docker.service")` before any docker command causes the
unit test to time out.

Instead, do `waitForUnit("sockets.target")` to ensure that sockets are
setup before running docker commands.
2016-03-19 03:18:17 +01:00
..
doc/manual Document the fact that the firewall allows pings by default in rl-1603.xml. 2016-03-18 12:00:39 +01:00
lib Combine ISO generation steps 2016-03-15 14:15:12 +01:00
maintainers virtualization/azure: update the scripts for image maintenance 2016-03-13 13:57:31 +02:00
modules nixos/modules/services/x11/xserver.nix: fix minor typo 2016-03-18 11:02:01 +01:00
tests nixos/tests: fix docker test 2016-03-19 03:18:17 +01:00
COPYING
default.nix Revert "Add the tool "nixos-typecheck" that can check an option declaration to:" 2016-03-01 20:52:06 +01:00
README
release-combined.nix NixOS release: Don't depend on chromium 2016-03-15 16:06:09 +01:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix Build most ISOs/OVAs for x86_64-linux only 2016-03-15 14:15:12 +01: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.