Upgrade to 19.09

This commit is contained in:
Cyryl Płotnicki 2019-10-10 15:28:58 +01:00
parent 893e173ea9
commit b81c6c6454
2 changed files with 2 additions and 2 deletions

View file

@ -61,6 +61,6 @@ in
system = {
autoUpgrade.enable = true;
stateVersion = "19.03";
stateVersion = "19.09";
};
}

View file

@ -16,7 +16,7 @@ in
users.users.cyryl = {
packages = with pkgs; [
(unstable.vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ]
++ vscode-utils.extensionsFromVscodeMarketplace [
{
publisher = "justusadam";