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 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
..
config Remove ttmkfdir reference 2010-11-11 13:24:37 +00:00
hardware Intel 2100 wifi firmware: packaged 2010-10-14 12:33:20 +00:00
installer Fix nixos-option, accept long arguments. 2010-11-09 18:42:59 +00:00
misc * Added an option "nixpkgs.system" to specify the system type for 2010-11-23 16:07:00 +00:00
profiles Add empty profile. 2010-09-25 22:29:42 +00:00
programs Fixing the xterm PS1 for changing the window title, so it is properly bracketed for bash not to count the control sequences as printable characters. 2010-10-30 20:40:33 +00:00
security To prevent glibc bug exploitation, make setuid-wrappers unreadable to non-root users 2010-10-20 09:29:02 +00:00
services The DisnixWebService is also published through Avahi 2010-11-21 16:04:26 +00:00
system * Fix evaluation of the luksroot module when luksRoot == null. The 2010-10-25 22:21:51 +00:00
tasks Trying to improve the message hit by new users, if they use the 2.6.36 2010-11-06 18:13:48 +00:00
testing * In the activation script, don't require the path to the "system" 2010-09-13 18:19:15 +00:00
virtualisation - Added nixos-build-vms command, which builds a virtual network from a network.nix expression (also used by nixos-deploy-network) 2010-10-21 22:50:12 +00:00
module-list.nix * Fix evaluation of the luksroot module when luksRoot == null. The 2010-10-25 22:21:51 +00:00
rename.nix Enables the following renaming A -> C & B -> C and A -> B & B -> C. 2010-10-14 18:18:38 +00:00