Update to NixOS 22.05

This commit is contained in:
Tristan Daniël Maat 2022-06-20 14:46:36 +01:00
parent 9c28ac6de1
commit e7c9222070
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 14 additions and 14 deletions

View file

@ -2,7 +2,7 @@
description = "tlater.net web server";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-20.09";
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";