Eelco Dolstra 1daab1ebf5 environment.etc: Add convenience option 'text'
This allows writing

  environment.etc.hosts.text = "127.0.0.1 localhost";

instead of

  environment.etc.hosts.source = pkgs.writeText "hosts" "127.0.0.1 localhost";
2013-02-03 14:28:18 +01:00
..
2012-04-24 12:54:42 +00:00
2012-08-17 14:45:43 -04:00
2013-01-30 15:01:31 +01:00
2012-12-15 22:05:32 +04:00