- 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
-
- Jan 19, 2016
-
- Jan 18, 2016
-
-
Eelco Dolstra authored
-
- Jan 06, 2016
-
-
Christian Theune authored
-
- Jan 04, 2016
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Nov 23, 2015
-
-
Rommel M. Martinez authored
-
- Nov 10, 2015
-
-
Vladimír Čunát authored
- rename options but leav old names as lower-priority aliases, also "-dirs" -> "-paths" to get closer to the meaning - update docs to reflect the new names (old aliases are not documented), including a new file with release notes - tests need an update after corresponding changes to nixpkgs - __noChroot is left as it is (after discussion on the PR)
-
- Sep 03, 2015
-
-
Eelco Dolstra authored
-
- Aug 05, 2015
-
-
Eelco Dolstra authored
-
- Jun 12, 2015
-
- Jun 11, 2015
-
-
Eelco Dolstra authored
-
- Jun 01, 2015
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Dec 16, 2014
-
-
Eelco Dolstra authored
-
- Dec 14, 2014
-
- Dec 09, 2014
-
- Oct 29, 2014
-
-
Eelco Dolstra authored
-
- Oct 03, 2014
-
-
Eelco Dolstra authored
So you can now do things like: $ nix-env -qa '.*zip.*' $ nix-env -qa '.*(firefox|chromium).*'
-
- Sep 16, 2014
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Aug 27, 2014
-
-
Mikey Ariel authored
-