1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Nix Packages collection
Go to file
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
boot * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
configuration svn path=/nixos/trunk/; revision=8369 2007-03-19 23:00:48 +00:00
doc/manual * Add OpenSSH and pciutils to the boot environment. 2007-02-19 22:33:44 +00:00
etc * Set a default value for $EDITOR. 2007-04-07 19:29:34 +00:00
helpers * Very naughty of me not to use -boot-info-table. Now I know better. 2007-02-07 15:23:19 +00:00
installer * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
system * Allow packages to be added to the system path like so: 2007-04-07 21:44:26 +00:00
upstart-jobs * Set the permissions of /dev/fuse to 0666. 2007-04-07 21:41:29 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nix.cs.uu.nl/nixos and in the manual in doc/manual.