set stable version to 22.11

This commit is contained in:
Tobias Happ 2022-12-01 22:12:40 +01:00 committed by Alexander Sosedkin
parent 7e8f1ad6e2
commit c70a1d9745
20 changed files with 50 additions and 39 deletions

View file

@ -35,7 +35,7 @@ let
pkgs = pkgs.lib.mkForce pkgs; # to override ./modules/nixpkgs/config.nix
};
system.stateVersion = "22.05";
system.stateVersion = "22.11";
# Fix invoking bash after initial build.
user.shell = "${initialPackageInfo.bash}/bin/bash";