nixpkgs/nixos
Eelco Dolstra 7db7d27e99 nixos-container: Syntax fixes
Get rid of the "or null" stuff. Also change 'cfg . "foo"' to 'cfg.foo'.

Also fixed what appears to be an actual bug: in postStartScript,
cfg.attribute (where attribute is a function argument) should be
cfg.${attribute}.

(cherry picked from commit b9df84cd4f)
2016-09-29 20:15:14 +02:00
..
doc/manual mongodb service: switch configuration format to YAML 2016-09-22 09:52:43 +02:00
lib make mumble vm test more robust 2016-09-13 20:26:32 +03:00
maintainers Add AMIs in ap-northeast-2 and ap-south-1 2016-07-12 17:26:25 +02:00
modules nixos-container: Syntax fixes 2016-09-29 20:15:14 +02:00
tests wordpress: 4.3.1 -> 4.6.1 + add a test 2016-09-26 19:36:42 -04:00
COPYING
default.nix
README
release-combined.nix nixos/tests/kde5: rename from sddm-kde5 and run by default 2016-09-09 10:11:41 -05:00
release-small.nix release-small: drop mysql51, removed in 975d33e6 2016-08-13 09:46:42 +02:00
release.nix mongodb service: add test case 2016-09-22 09:52:21 +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.