Upgrade to NixOS 21.05

pull/48/head
Tristan Daniël Maat 2021-06-08 23:31:47 +01:00
parent 4c94932490
commit 7c0d02690f
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 5 additions and 5 deletions

View File

@ -53,16 +53,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1621088295,
"narHash": "sha256-hn8Rk6o5nRbWK/GE+z2OK8DIDIgGxCmVkaXpNYkald0=",
"lastModified": 1622922048,
"narHash": "sha256-nTyKxe0n7l/4HSmYaIN+63WQrvHrTJY6drSwP7bMqhU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "17d3dab8647a31a00d8a11433a56cc12d84b5ab4",
"rev": "5de44c15758465f8ddf84d541ba300b48e56eda4",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-20.09",
"ref": "nixos-21.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "tlater.net host configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-20.09";
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
flake-utils.url = "github:numtide/flake-utils";
tlaternet-webserver = {