home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit af59576b6b7527e7b03bb60af54d50c8a9897151
parent 0d4a0db6115356c4a0be257861fa92e212c38b94
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  5 Jul 2021 09:55:02 +0200

Update flakes nixos to 21.05

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.lock | 8++++----
Mflake.nix | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -77,16 +77,16 @@ }, "nixos": { "locked": { - "lastModified": 1620332858, - "narHash": "sha256-ZoOfRdndJhX4QQumeUOYXynTuI8GzkSs9bh451Vezak=", + "lastModified": 1625176478, + "narHash": "sha256-s1RTYNKw7ySyqrZjns9Cq+Nnjpp75ePgL06pgcbIpoA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "22612485a469d71df09b9434842767b1f4f2c063", + "rev": "21b696caf392ad6fa513caf3327d0aa0430ffb72", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-20.09", + "ref": "nixos-21.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix @@ -25,7 +25,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-20.09"; + ref = "nixos-21.05"; }; nixos-unstable = { type = "github";