nixpkgs/modules/system/etc
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
..
etc.nix environment.etc: Add convenience option 'text' 2013-02-03 14:28:18 +01:00
make-etc.sh Lowercase debug output 2012-10-04 21:44:45 -04:00
setup-etc.pl * Handle the case where a symlink in /etc needs to change into a 2011-09-06 12:32:07 +00:00