nixpkgs 23.05

This commit is contained in:
Daniel Langbein 2023-11-03 13:44:34 +01:00
parent b4f7a9b751
commit 292bb841fa
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

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