nixpkgs/modules/installer
Eelco Dolstra 458f36f5f1 Turn fileSystems into an attribute set
So now you can write

  fileSystems =
    [ { mountPoint = "/";
        device = "/dev/sda1";
      }
    ];

as

  fileSystems."/".device = "/dev/sda1";
2012-11-02 18:02:12 +01:00
..
cd-dvd Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
scan find modules/ -name \*.nix -print0 | xargs -0 sed -i 's/RT73Firmware/RalinkFirmware/g' 2012-08-11 12:34:35 -04:00
tools Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00