flake.nix: update to nixos-21.05

This commit is contained in:
Astro 2021-05-26 21:57:20 +02:00
parent 4140840ba7
commit e1c4c864d9
2 changed files with 5 additions and 5 deletions

View File

@ -2,15 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1619802032,
"narHash": "sha256-m0z6db6Q4rS+prCzrtcQovhFueNJ7pdtA8sPjayn32s=",
"lastModified": 1622056411,
"narHash": "sha256-+p/O18/b5URkcS7sZu8j3s+NCJSQVfP3BdcNxqWFqFo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0ae04ca063d61e462842fbfe16bcc55a10fdd6c2",
"rev": "169371366d6ca5aaee1dcfc1255bcd213766ca2a",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-21.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,8 +2,7 @@
description = "Zentralwerk network";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
# TODO: nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05";
nixpkgs.url = "github:NixOS/nixpkgs/release-21.05";
# `nix flake update --override-flake zentralwerk-network-key git+file:///...`
# to provide the GPG secret key
zentralwerk-network-key.url = "git+https://gitea.c3d2.de/zentralwerk/network.git?dir=nix/key";