1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
Nix, the purely functional package manager
Find a file
Bruce Toll 16a4864759 Delete temporary directory on successful build
With --check and the --keep-failed (-K) flag, the temporary directory
was being retained regardless of whether the build was successful and
reproducible.  This removes the temporary directory, as expected, on
a reproducible check build.

Added tests to verify that temporary build directories are not
retained unnecessarily, particularly when using --check with
--keep-failed.
2020-04-09 16:37:41 -04:00
.github
config
contrib
corepkgs
doc/manual
m4
maintainers
misc
mk
nix-rust
perl
scripts
src
tests
.dir-locals.el
.editorconfig
.gitignore
.version
bootstrap.sh
configure.ac
COPYING
local.mk
Makefile
Makefile.config.in
precompiled-headers.h Fix macOS build 2019-11-07 11:53:28 +01:00
README.md
release-common.nix
release.nix
shell.nix

Open Collective supporters Test

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 https://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