nipkgs: update to 22.11

This commit is contained in:
Felix Buehler 2022-12-25 12:17:43 +01:00
parent 09a3d3aa16
commit c9e224278f
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
description = "NixOS configuration";
inputs = {
nix.url = "github:NixOS/nix";
nixpkgs.url = "nixpkgs/nixos-22.05";
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";

View file

@ -22,7 +22,7 @@
];
system = {
stateVersion = "22.05";
stateVersion = "22.11";
autoUpgrade.enable = true;
};
}

View file

@ -32,7 +32,7 @@
};
system = {
stateVersion = "22.05";
stateVersion = "22.11";
autoUpgrade.enable = true;
};
}

View file

@ -63,7 +63,7 @@
};
system = {
stateVersion = "22.05";
stateVersion = "22.11";
autoUpgrade.enable = true;
};
}