nixpkgs/modules/installer/tools
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
..
nixos-build-vms The <> syntax has to be applied properly, in order to find build-vms.nix 2012-05-03 12:31:01 +00:00
nixos-checkout.nix * Check for .git instead of .svn. 2012-06-04 15:57:32 +00:00
nixos-gen-seccure-keys.sh * Move the installer tools to modules/installer/tools. 2009-05-29 12:41:29 +00:00
nixos-hardware-scan.pl * nixos-hardware-scan: detect if we're in a VirtualBox guest and 2012-03-16 01:57:23 +00:00
nixos-install.sh * Now hopefully a proper fix for the problem in 2012-05-25 14:06:46 +00:00
nixos-option.sh Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
nixos-rebuild.sh nixos-rebuild: Support --option 2012-09-14 13:23:19 -04:00
nixos-version.sh * Add missing file. 2012-04-10 21:17:43 +00:00
tools.nix * nixos-rebuild: don't do a pull of the manifest by default anymore. 2012-04-18 11:46:16 +00:00