flake: Use working fork of home-manager

This commit is contained in:
Charlotte Van Petegem 2024-03-14 11:25:01 +01:00
parent 1ceccd82b9
commit 4dff9dede5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 7 additions and 6 deletions

View file

@ -48,7 +48,7 @@
};
flake-utils.url = "github:numtide/flake-utils";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:cpcloud/home-manager/fix-pinetrypackage-ref";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {