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

@ -6,7 +6,7 @@ in
inputs.nixpkgs.lib.nixosSystem {
inherit system;
modules = [
{ system.stateVersion = "21.11"; }
{ system.stateVersion = "22.05"; }
(import ./common.nix inputs)
(import ./dev.nix inputs)
(import ./entertainment.nix inputs)