From bcc5ce08eebee29bbc366f4d99e9ac47bb0dcac9 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 10 Dec 2023 11:41:05 +0100 Subject: Upgrade to NixOS v23.11 So far I have only tested this with Muhammed. I have yet to test the changes on Ahmed. This commit should be considered broken to him. I keep getting warnings about docbook but that appears to be an issue with HM. https://github.com/nix-community/home-manager/issues/4273 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7c2fa52..0308993 100644 --- a/flake.nix +++ b/flake.nix @@ -1,13 +1,13 @@ { inputs = { nixpkgs = { - url = "github:NixOS/nixpkgs/nixos-23.05"; + url = "github:NixOS/nixpkgs/nixos-23.11"; }; nixpkgs-unstable = { url = "nixpkgs/nixos-unstable"; }; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; }; nix-darwin = { -- cgit v1.2.3