- Nov 09, 2018
-
-
Eelco Dolstra authored
-
- Nov 07, 2018
-
-
Eelco Dolstra authored
Closes #179.
-
- Oct 01, 2018
-
-
Eelco Dolstra authored
-
- Sep 28, 2018
-
-
Eelco Dolstra authored
For example, this prevents a "kvm" build on machines that don't have KVM. Fixes #2012.
-
- Sep 02, 2018
-
-
Eelco Dolstra authored
-
- Sep 01, 2018
-
-
Graham Christensen authored
-
Graham Christensen authored
release notes: note that the multi-user installer is available but not selected for Linux with systemd, and the bug about selinux
-
- Aug 31, 2018
-
-
Eelco Dolstra authored
-
- Aug 30, 2018
-
-
Eelco Dolstra authored
-
- Aug 03, 2018
-
-
Graham Christensen authored
-
Eelco Dolstra authored
-
- Feb 24, 2018
-
-
Michael Weiss authored
-
Dmitry Kalinkin authored
-
- Feb 22, 2018
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
This reverts commit ddc58e78. https://hydra.nixos.org/eval/1435322
-
Eelco Dolstra authored
-
Eelco Dolstra authored
The overhead of sandbox builds is a problem on NixOS (since building a NixOS configuration involves a lot of small derivations) but not for typical non-NixOS use cases. So outside of NixOS we can enable it. Issue #179.
-
- Feb 20, 2018
-
-
Eelco Dolstra authored
-
- Feb 19, 2018
-
-
Eelco Dolstra authored
Also add some examples to nix --help.
-
- Feb 08, 2018
-
-
Shea Levy authored
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports.
-
- Feb 03, 2018
-
-
Eelco Dolstra authored
Instead, if a fixed-output derivation produces has an incorrect output hash, we now unconditionally move the outputs to the path corresponding with the actual hash and register it as valid. Thus, after correcting the hash in the Nix expression (e.g. in a fetchurl call), the fixed-output derivation doesn't have to be built again. It would still be good to have a command for reporting the actual hash of a fixed-output derivation (instead of throwing an error), but "nix-build --hash" didn't do that.
-
- Jan 31, 2018
-
-
Eelco Dolstra authored
Following discussion with Shea and Graham. It's a big enough change from the last release. Also, from a semver perspective, 2.0 makes more sense because we did remove some interfaces (like nix-pull/nix-push).
-
Eelco Dolstra authored
This command upgrades Nix to the latest stable version by installing a store path obtained from https://github.com/NixOS/nixpkgs/raw/master/nixos/modules/installer/tools/nix-fallback-paths.nix which is the same store path that the installer at https://nixos.org/nix/install.sh uses. The upgrade fails if Nix is not installed in a profile (e.g. on NixOS, or when installed outside of the Nix store).
-
- Nov 03, 2017
-
-
Eelco Dolstra authored
This didn't support specifying a revision/branch, and was restricted to git:// URIs (since https:// or ssh:// would be ambiguous).
-
- Oct 30, 2017
-
-
Eelco Dolstra authored
This allows network access in restricted eval mode.
-
Eelco Dolstra authored
Accidentally committed this change as part of f9686885. Restricted mode != pure mode.
-
Eelco Dolstra authored
Almost all other primops are camelCase so no reason not to use that here.
-
- Oct 23, 2017
-
-
Eelco Dolstra authored
-
- Sep 18, 2017
-
-
Eelco Dolstra authored
-
- Sep 05, 2017
-
-
Eelco Dolstra authored
Nix can now automatically run the garbage collector during builds or while adding paths to the store. The option "min-free = <bytes>" specifies that Nix should run the garbage collector whenever free space in the Nix store drops below <bytes>. It will then delete garbage until "max-free" bytes are available. Garbage collection during builds is asynchronous; running builds are not paused and new builds are not blocked. However, there also is a synchronous GC run prior to the first build/substitution. Currently, no old GC roots are deleted (as in "nix-collect-garbage -d").
-
- Aug 20, 2017
-
-
Matthew Bauer authored
This removes the file nix-mode.el from Nix. The file is now available within the repository https://github.com/NixOS/nix-mode. Fixes #662 Fixes #1040 Fixes #1054 Fixes #1055 Closes #1119 Fixes #1419 NOTE: all of the above should be fixed within NixOS/nix-mode. If one of those hasn’t please reopen within NixOS/nix-mode and not within NixOS/nix.
-
- Aug 16, 2017
-
-
Eelco Dolstra authored
-
- Aug 10, 2017
-
-
Eelco Dolstra authored
-
- Jul 18, 2017
-
-
Graham Christensen authored
-
- Jun 14, 2017
-
-
Eelco Dolstra authored
(cherry picked from commit c20641ce)
-
Eelco Dolstra authored
(cherry picked from commit 0fb60e4e)
-
- Apr 12, 2017
-
-
Benjamin Staffin authored
Looks like this snuck into the 1.11 release notes post-release, but float support isn't actually present until 1.12.
-
- Feb 27, 2017
-
-
Eelco Dolstra authored
We set build-cores automatically, not build-max-jobs. (The commit message for de4cdd0d also got this wrong.)
-
- Jan 31, 2016
-
-
Eelco Dolstra authored
-