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 8fc1c3f413
Fix assertion failure in FlakeRef::to_string()
Fixes

  $ nix build
  nix: src/libexpr/primops/flakeref.cc:169: std::__cxx11::string nix::FlakeRef::to_string() const: Assertion `!rev' failed.
  Aborted

e.g. when flake.nix doesn't exist.

Also use gitRev().
2019-05-08 22:09:18 +02:00
.github
config
corepkgs
doc/manual Merge pull request #2765 from nh2/manual-nixpkgs-word 2019-05-08 10:19:59 +02:00
maintainers
misc
mk
perl
scripts Merge pull request #2594 from LnL7/darwin-10.12.6 2019-05-08 07:16:06 -04:00
src Fix assertion failure in FlakeRef::to_string() 2019-05-08 22:09:18 +02:00
tests Merge remote-tracking branch 'origin/master' into flakes 2019-05-08 14:30:27 +02:00
.dir-locals.el
.editorconfig
.gitignore
.travis.yml
.version
bootstrap.sh
configure.ac Add basic flake tests 2019-05-07 23:32:09 +02:00
COPYING
flake-registry.json Add Hydra flake to the registry 2019-05-08 13:26:20 +02:00
flake.lock Add newline at end of lockfile 2019-05-08 18:28:01 +02:00
flake.nix nix dev-shell: Use 'provides.devShell' by default 2019-05-02 21:10:13 +02:00
local.mk
Makefile
Makefile.config.in Add basic flake tests 2019-05-07 23:32:09 +02:00
nix.spec.in
README.md
release-common.nix Add basic flake tests 2019-05-07 23:32:09 +02:00
release.nix
shell.nix nix dev-shell: Use 'provides.devShell' by default 2019-05-02 21:10:13 +02:00

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.