nixpkgs/modules/system/etc
Eelco Dolstra ab238804b8 Turn environment.etc into an attribute set
This provides a more convenient syntax and allows easier overriding.

For example,

  environment.etc = singleton
    { target = "vconsole.conf";
      source = vconsoleConf;
    };

can now be written as

  environment.etc."vconsole.conf".source = vconsoleConf;
2013-02-03 14:28:18 +01:00
..
etc.nix Turn environment.etc into an attribute set 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