Upgrade to 19.09
This commit is contained in:
parent
893e173ea9
commit
b81c6c6454
2 changed files with 2 additions and 2 deletions
|
@ -61,6 +61,6 @@ in
|
|||
|
||||
system = {
|
||||
autoUpgrade.enable = true;
|
||||
stateVersion = "19.03";
|
||||
stateVersion = "19.09";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue