A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 05d68a6e23
nix run: Add some flags for clearing/keeping the environment
This is useful for testing commands in isolation.

For example,

  $ nix run nixpkgs.geeqie -i -k DISPLAY -k XAUTHORITY -c geeqie

runs geeqie in an empty environment, except for $DISPLAY and
$XAUTHORITY.
2017-08-29 15:00:08 +02:00
config
corepkgs <nix/fetchurl.nix>: Support sha512 argument 2017-07-04 14:45:50 +02:00
doc/manual Remove nix-mode.el from Nix. 2017-08-19 21:16:30 -07:00
maintainers
misc Remove nix-mode.el from Nix. 2017-08-19 21:16:30 -07:00
mk
perl Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
scripts Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
src nix run: Add some flags for clearing/keeping the environment 2017-08-29 15:00:08 +02:00
tests Add builtins.string function. 2017-08-15 20:04:11 +00:00
.dir-locals.el
.editorconfig
.gitignore
.travis.yml Test the installer 2017-07-14 12:11:04 -04:00
bootstrap.sh
configure.ac
COPYING
local.mk Allow builders to create activities 2017-08-21 12:18:46 +02:00
Makefile Remove nix-mode.el from Nix. 2017-08-19 21:16:30 -07:00
Makefile.config.in
nix.spec.in Remove nix-mode.el from Nix. 2017-08-19 21:16:30 -07:00
README.md
release-common.nix
release.nix Allow builders to create activities 2017-08-21 12:18:46 +02:00
shell.nix Allow builders to create activities 2017-08-21 12:18:46 +02:00
version

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.