Update to nixos 22.05 and fix deprecations

This commit is contained in:
Valentin Brandl
2022-06-13 19:22:06 +02:00
parent 64ec259292
commit 7791a8d703
4 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-21.11";
url = "github:nixos/nixpkgs/nixos-22.05";
};
flake-utils = {
url = "github:numtide/flake-utils";