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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1619802032, "lastModified": 1622056411,
"narHash": "sha256-m0z6db6Q4rS+prCzrtcQovhFueNJ7pdtA8sPjayn32s=", "narHash": "sha256-+p/O18/b5URkcS7sZu8j3s+NCJSQVfP3BdcNxqWFqFo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0ae04ca063d61e462842fbfe16bcc55a10fdd6c2", "rev": "169371366d6ca5aaee1dcfc1255bcd213766ca2a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "release-21.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

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