1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-20 19:13:24 +00:00
nixpkgs/doc
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
..
config-examples strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
manual Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00