1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/system
Eelco Dolstra 3ab4e0f17f * Allow packages to be added to the system path like so:
environment = {
    extraPackages = pkgs: [
      pkgs.firefox
      pkgs.thunderbird
    ];
  };

  This approach is often actually nicer than adding to the default
  profile using nix-env, since it's declarative, and all packages
  declared here will be updated automatically when you run
  nixos-rebuild.

* Allow additional setuid programs to be specified in
  security.extraSetuidPrograms.

svn path=/nixos/trunk/; revision=8548
2007-04-07 21:44:26 +00:00
..
activate-configuration.sh * Use /var/run/current-system/sw/bin/bash as the default shell for new 2007-03-20 13:30:14 +00:00
config.nix * Merge splash-themes.nix into the regular options infrastructure. 2007-01-08 22:41:41 +00:00
fonts.nix * Doesn't do anything. 2007-02-28 00:51:14 +00:00
modprobe * Generate a wrapper around modprobe that sets MODULE_DIR. This is 2007-03-04 01:16:24 +00:00
options.nix * Allow packages to be added to the system path like so: 2007-04-07 21:44:26 +00:00
switch-to-configuration.sh * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
system.nix * Allow packages to be added to the system path like so: 2007-04-07 21:44:26 +00:00
system.sh * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00