Switch to NixOS 23.11

This commit is contained in:
2023-12-03 14:02:50 +01:00
parent 6e2f93478b
commit 8df8ffb24f
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{
inputs = {
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-23.05";
url = "github:nixos/nixpkgs/nixos-23.11";
};
nixpkgs-unstable = {
url = "github:nixos/nixpkgs/nixos-unstable";