HM now follows the correct version

This commit is contained in:
Luj 2023-05-07 14:19:23 +02:00
parent 8bf6c89cd1
commit 21b6ab4a7f
2 changed files with 49 additions and 15 deletions

View file

@ -7,7 +7,7 @@
flake-utils.url = "github:numtide/flake-utils";
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-22.11";
inputs.nixpkgs.follows = "unstable";
};