1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules
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
..
config Turn environment.etc into an attribute set 2013-02-03 14:28:18 +01:00
hardware Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
installer Update iso_efi to use gummiboot 2013-02-02 00:54:05 -05:00
misc Set some missing types 2013-01-16 15:03:54 +01:00
profiles Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
programs Provide missing command suggestions, Ubuntu style 2013-01-30 15:00:59 +01:00
security Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
services Changing ensureDir -> mkdir -p 2013-01-30 20:58:00 +01:00
system Turn environment.etc into an attribute set 2013-02-03 14:28:18 +01:00
tasks Turn environment.etc into an attribute set 2013-02-03 14:28:18 +01:00
testing Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
virtualisation linuxPackages_2_6_32_xen is gone 2013-01-30 02:43:37 -05:00
module-list.nix Add gummiboot module. 2013-02-02 00:03:45 -05:00
rename.nix Add gummiboot module. 2013-02-02 00:03:45 -05:00