update home manager release

This commit is contained in:
Julien Malka 2023-11-24 17:57:45 +01:00
parent 2f79fd7baa
commit f0123c538b
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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";
};