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 = {
|
system = {
|
||||||
autoUpgrade.enable = true;
|
autoUpgrade.enable = true;
|
||||||
stateVersion = "19.03";
|
stateVersion = "19.09";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
users.users.cyryl = {
|
users.users.cyryl = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(unstable.vscode-with-extensions.override {
|
(unstable.vscode-with-extensions.override {
|
||||||
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ms-python.python ]
|
vscodeExtensions = with vscode-extensions; [ bbenoist.Nix ]
|
||||||
++ vscode-utils.extensionsFromVscodeMarketplace [
|
++ vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
{
|
{
|
||||||
publisher = "justusadam";
|
publisher = "justusadam";
|
||||||
|
|
Loading…
Reference in a new issue