nixpkgs/modules/misc
Eelco Dolstra c958902d44 * Added an option "nixpkgs.system" to specify the system type for
which NixOS should be built.  This is useful in NixOS network
  specifications, because it allows machines in the network to have
  different types, e.g.,

    {
      machine1 =
        { config, pkgs, ... }:
        { nixpkgs.system = "i686-linux";
          ... other config ...
        };

      machine2 =
        { config, pkgs, ... }:
        { nixpkgs.system = "x86_64-linux";
          ... other config ...
        };
    }

  It can also be useful in distributed NixOS tests.

svn path=/nixos/trunk/; revision=24823
2010-11-23 16:07:00 +00:00
..
assertions.nix * Cleanup. 2009-09-10 13:53:31 +00:00
check-config.nix Convert module which are declaring options into modules separated with an 2009-09-15 08:33:45 +00:00
ids.nix Fix UID and GID clash between diferent packages 2010-10-22 13:18:26 +00:00
locate.nix * Moved the last modules to modules/. 2009-05-29 14:11:02 +00:00
nixpkgs.nix * Added an option "nixpkgs.system" to specify the system type for 2010-11-23 16:07:00 +00:00
passthru.nix Adding back passthru functionality 2009-07-08 09:10:48 +00:00