Skip to content

Commit

Permalink
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
Browse files Browse the repository at this point in the history
Fixes errors like this for me:

```
error: --- Error ------------------------------- nix-build
Nix daemon out of memory
(use '--show-trace' to show detailed location information)
```
  • Loading branch information
Ma27 committed Jul 22, 2020
1 parent a1ebae2 commit 85819d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ in rec {

nixUnstable = lib.lowPrio (callPackage common rec {
name = "nix-2.4${suffix}";
suffix = "pre20200719_a79b6dd";
suffix = "pre20200721_ff314f1";

src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "a79b6ddaa5dd5960da845d1b8d3c80601cd918a4";
hash = "sha256-bOXZcOVh/4tnOb0vXCwDpmNHuW7aVfGUvmz3KyYMCuo=";
rev = "ff314f186e3f91d87af6ad96c0ae3b472494b940";
hash = "sha256-QibpLo4/gf2xYGoeQcgjZzH/qy5TBRVH+QCHgqOwur0=";
};

inherit storeDir stateDir confDir boehmgc;
Expand Down

1 comment on commit 85819d4

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/nix-serialisationerror-not-able-to-use-nix-build-nix-shell-home-manager-switch/8320/2

Please sign in to comment.