NixOS 23.11

This commit is contained in:
Daniel Langbein 2023-12-13 23:11:19 +01:00
parent bbb222f9ab
commit cc3fc9ea43
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,6 +1,6 @@
{
#inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.disko.url = "github:nix-community/disko";
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
@ -75,7 +75,7 @@
console.keyMap = "de-latin1-nodeadkeys";
# This version matches the selected nixpkgs.url on top.
system.stateVersion = "23.05";
system.stateVersion = "23.11";
}
];
};