chore: update state versions

This commit is contained in:
Felix Schröter 2021-12-01 10:47:09 +01:00
parent becf9ba8ba
commit e073ed6cab
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
6 changed files with 6 additions and 6 deletions

View file

@ -48,5 +48,5 @@
services.printing.drivers = with pkgs; [ epson-escpr ]; services.printing.drivers = with pkgs; [ epson-escpr ];
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "21.05"; system.stateVersion = "21.11";
} }

View file

@ -33,5 +33,5 @@
} }
''; '';
home.stateVersion = "21.05"; home.stateVersion = "21.11";
} }

View file

@ -66,5 +66,5 @@ with pkgs; {
dos2unix dos2unix
]; ];
home.stateVersion = "21.05"; home.stateVersion = "21.11";
} }

View file

@ -92,5 +92,5 @@
portfolio portfolio
]; ];
home.stateVersion = "21.05"; home.stateVersion = "21.11";
} }

View file

@ -103,5 +103,5 @@ in with builtins; {
}; };
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "21.05"; system.stateVersion = "21.11";
} }

View file

@ -31,5 +31,5 @@
services.printing.drivers = with pkgs; [ epson-escpr ]; services.printing.drivers = with pkgs; [ epson-escpr ];
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "21.05"; system.stateVersion = "21.11";
} }