set stable version to 23.05

This commit is contained in:
Alexander Sosedkin 2023-06-18 10:31:47 +02:00
parent 064e1b280e
commit f636824b08
20 changed files with 46 additions and 43 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
{ nixpkgs
, system
@ -35,7 +35,7 @@ let
pkgs = pkgs.lib.mkForce pkgs; # to override ./modules/nixpkgs/config.nix
};
system.stateVersion = "22.11";
system.stateVersion = "23.05";
# Fix invoking bash after initial build.
user.shell = "${initialPackageInfo.bash}/bin/bash";