From f0123c538b84e5cd22f57a2c9650c6f8358da59e Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 24 Nov 2023 17:57:45 +0100 Subject: [PATCH] update home manager release --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c631d33..4259bbd 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; };