Silly nixpkgs mirror, totally harmless :3
Find a file
Eelco Dolstra 4a91cfd32b Add a global variable ‘inNixShell’
This is primarily useful in Nix expressions that are also intended to
be used by nix-shell.  It allows saying things like:

  buildInputs = [ ... ] ++ (if inNixShell then [ emacs ] else [ ]);

This should not be used in Nixpkgs (since the question of what
constitutes a useful nix-shell environment is very subjective).
2014-02-19 19:03:16 +01:00
doc Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
lib Add a global variable ‘inNixShell’ 2014-02-19 19:03:16 +01:00
maintainers/scripts Fix updating of the tarball mirror 2014-02-19 13:58:42 +01:00
nixos gnome3: typo 2014-02-19 16:53:08 +01:00
pkgs pythonPackages: fix and upate graphite, carbon and whisper 2014-02-19 16:42:12 +01:00
.gitignore
.version
COPYING
default.nix
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.