update to NixOS 21.05

This commit is contained in:
Erik Arvstedt 2021-08-05 00:48:56 +02:00
parent b758150c9e
commit a25ceecca5
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
3 changed files with 5 additions and 4 deletions

View File

@ -240,7 +240,7 @@
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "18.09"; # Did you read the comment?
system.stateVersion = "21.05"; # Did you read the comment?
# The nix-bitcoin release version that your config is compatible with.
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an

View File

@ -9,6 +9,6 @@
# Needed for sandboxed builds and services
security.allowUserNamespaces = true;
# The "scudo" allocator is broken on NixOS 20.09
# The "scudo" allocator is broken on NixOS >= 20.09
environment.memoryAllocator.provider = "libc";
}

View File

@ -8,8 +8,9 @@ in
{
# To update, run ../helper/fetch-channel REV
nixpkgs = fetch {
rev = "359e6542e1d41eb18df55c82bdb08bf738fae2cf";
sha256 = "05v28njaas9l26ibc6vy6imvy7grbkli32bmv0n32x6x9cf68gf9";
# nixos-21.05 (2021-08-03)
rev = "d4590d21006387dcb190c516724cb1e41c0f8fdf";
sha256 = "17q39hlx1x87xf2rdygyimj8whdbx33nzszf4rxkc6b85wz0l38n";
};
nixpkgs-unstable = fetch {
rev = "16105403bdd843540cbef9c63fc0f16c1c6eaa70";