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 b654381eb3 Add "nix sign-paths" command
E.g.

  $ nix sign-paths -k ./secret -r $(type -p geeqie)

signs geeqie and all its dependencies using the key in ./secret.
2016-04-05 16:39:29 +02:00
config
corepkgs
doc/manual Remove references to old-school signing 2016-03-22 15:39:59 +01:00
misc Dockerfile: 1.9 -> 1.11.2, add more users 2016-03-16 21:26:09 +00:00
mk
perl
scripts
src Add "nix sign-paths" command 2016-04-05 16:39:29 +02:00
tests Fix nix-copy-closure test on 16.03 2016-03-30 17:20:53 +02:00
.dir-locals.el
.gitignore
bootstrap.sh
configure.ac
COPYING
dev-shell
INSTALL
local.mk
Makefile
Makefile.config.in
nix.spec.in Fix RPM build 2016-03-15 12:15:19 +01:00
README
release.nix Kill the temporary darwin-specific channel 2016-03-28 20:06:46 -04:00
version

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).