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

11
flake.lock generated
View file

@ -362,15 +362,16 @@
]
},
"locked": {
"lastModified": 1710401383,
"narHash": "sha256-jskq7uDpKXrRoY4hDpNqykmSSKHUXYlo7ZFc/se7fus=",
"owner": "nix-community",
"lastModified": 1710406899,
"narHash": "sha256-s4hglPVPec3jO81ejYgz24JKVV/8e3Qb2tcJHAccuxM=",
"owner": "cpcloud",
"repo": "home-manager",
"rev": "1ab3cec3a1bbb065b2d52b913d1431366028d5b5",
"rev": "8dfd51061ff9aee35d6fc03c360c8fa846bd495f",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "cpcloud",
"ref": "fix-pinetrypackage-ref",
"repo": "home-manager",
"type": "github"
}

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 = {