flake: move home-manager to release-22.11

This commit is contained in:
Antoine Martin 2022-12-01 11:00:29 +01:00
parent 941551efb5
commit 3d240ceaee
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
ref = "master";
ref = "release-22.11";
inputs.nixpkgs.follows = "nixpkgs";
};