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 2672a28bb4 nix dev-shell: Add --command option
Note: like 'nix run', and unlike 'nix-shell', this takes an argv
vector rather than a shell command. So

  nix dev-shell -c 'echo $PATH'

doesn't work. Instead you need to do

  nix dev-shell -c bash -c 'echo $PATH'
2020-02-27 15:17:37 +01:00
.github
config
contrib
corepkgs
doc/manual Typo 2020-02-19 12:32:33 +01:00
m4
maintainers
misc
mk
nix-rust Remove macro_use 2020-02-10 09:03:24 +01:00
perl
scripts Pass -J to tar for xz decompression 2019-12-22 17:17:14 -08:00
src nix dev-shell: Add --command option 2020-02-27 15:17:37 +01:00
tests fetchTree: Use a feature flag 2020-02-20 13:36:16 +01:00
.dir-locals.el
.editorconfig
.gitignore
.travis.yml
.version
bootstrap.sh
configure.ac
COPYING
default.nix Add backward compatibility default.nix / shell.nix 2020-02-25 14:51:08 +01:00
flake.lock ggRevert "Use Nixpkgs 20.03" 2020-02-18 22:11:52 +01:00
flake.nix ggRevert "Use Nixpkgs 20.03" 2020-02-18 22:11:52 +01:00
local.mk Install headers in the correct location 2020-02-03 18:04:09 +01:00
Makefile
Makefile.config.in
precompiled-headers.h
README.md
shell.nix Add backward compatibility default.nix / shell.nix 2020-02-25 14:51:08 +01:00

Open Collective supporters

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.