chore: update {system,home}.stateVersion to 22.11

This commit is contained in:
Felix Schröter 2022-12-07 14:47:12 +01:00
parent c1cbb379b4
commit 80bea87da6
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 20 additions and 20 deletions

View file

@ -122,11 +122,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1670059602, "lastModified": 1670253003,
"narHash": "sha256-mtgVnAjlYYjJr2wDnfz94kIefLl61Ww7cjCpLVhN/6Y=", "narHash": "sha256-/tJIy4+FbsQyslq1ipyicZ2psOEd8dvl4OJ9lfisjd0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6b71989c0dc1c8d386086334290c094240d51798", "rev": "0e8125916b420e41bf0d23a0aa33fadd0328beb3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -138,11 +138,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1669146234, "lastModified": 1670174919,
"narHash": "sha256-HEby7EG1yaq1oT2Ze6Cvok9CFju1XHkSvVHmkptLW9U=", "narHash": "sha256-XdQr3BUnrvVLRFunLWrZORhwYHDG0+9jUUe0Jv1pths=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "0099253ad0b5283f06ffe31cf010af3f9ad7837d", "rev": "9d87bc030a0bf3f00e953dbf095a7d8e852dab6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -154,11 +154,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1670009809, "lastModified": 1670276674,
"narHash": "sha256-yt/dQ32Vz4WenDLu4XeHbnXFxiHbTcnU0WwiLW5Ce6c=", "narHash": "sha256-FqZ7b2RpoHQ/jlG6JPcCNmG/DoUPCIvyaropUDFhF3Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "660e7737851506374da39c0fa550c202c824a17c", "rev": "52e3e80afff4b16ccb7c52e9f0f5220552f03d04",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -202,11 +202,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1669273295, "lastModified": 1670387514,
"narHash": "sha256-CEfDHrbW1DdN8HerHH1fUUgUTC9eLELK6GOvMTj8gpQ=", "narHash": "sha256-dSsoDMyoVwy60ZaGJNoCXEzYToYfdV6XYyadnliMJnE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "d794159c1c1359338715c81b72795b699d3b642c", "rev": "25c0b2f7f43cbe50bf17f5c190c0aa6231d3754f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -245,11 +245,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1669152228, "lastModified": 1670405695,
"narHash": "sha256-FEDReoTLWJHXcNso7aaAlAUU7uOqIR6Hc/C/nqlfooE=", "narHash": "sha256-240KGbqtLKBOfJGRgbvLjkJiIquPubpst9WMHfyHhDA=",
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "078b0dee35e2da01334af682ec347463b70a9986", "rev": "607521bec0cd1e8483b8d4ead7f23433ff19c0a6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -60,5 +60,5 @@
services.printing.drivers = with pkgs; [ epson-escpr ]; services.printing.drivers = with pkgs; [ epson-escpr ];
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "22.05"; system.stateVersion = "22.11";
} }

View file

@ -141,5 +141,5 @@ in with builtins; {
"${config.networking.hostName} <felschr@web.de>"; "${config.networking.hostName} <felschr@web.de>";
# only change this when specified in release notes # only change this when specified in release notes
system.stateVersion = "22.05"; system.stateVersion = "22.11";
} }

View file

@ -36,5 +36,5 @@
} }
''; '';
home.stateVersion = "22.05"; home.stateVersion = "22.11";
} }

View file

@ -60,5 +60,5 @@ with pkgs; {
dos2unix dos2unix
]; ];
home.stateVersion = "22.05"; home.stateVersion = "22.11";
} }

View file

@ -91,5 +91,5 @@
breitbandmessung breitbandmessung
]; ];
home.stateVersion = "22.05"; home.stateVersion = "22.11";
} }