HM now follows the correct version

This commit is contained in:
Luj 2023-05-07 14:19:23 +02:00
parent a6ad490ab0
commit 4b785a723a
Signed by: luj
GPG key ID: 6FC74C847011FD83
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";
};