From dbd80b49d8a39f772809c90d03fd4b9c4e4bfb88 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Fri, 31 May 2024 15:33:49 +0200 Subject: [PATCH] fix nixpkgs docs version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8b18d20..2ce345f 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nixpkgs-docs.url = "github:NixOS/nixpkgs/release-23.05"; + nixpkgs-docs.url = "github:NixOS/nixpkgs/release-23.11"; nmd = { url = "sourcehut:~rycee/nmd";