flake: Switch back to main home-manager

This commit is contained in:
Charlotte Van Petegem 2024-03-14 15:14:00 +01:00
parent 40d1622017
commit e77bfaf68d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -362,16 +362,15 @@
]
},
"locked": {
"lastModified": 1710421941,
"narHash": "sha256-c3Jbd6jHRcJ9VE5pqzHiK8RWILmdWg4WVrp6UPH33Rk=",
"owner": "cpcloud",
"lastModified": 1710423955,
"narHash": "sha256-6N/65EqYVqCaz5SVoPMx2HgA+DJZAlw5lW+U9VHSSbE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3ea3d6d6224c3ed3bba48df6551d7ce40ea5d7a3",
"rev": "587719494ed18a184c98c4d55dde9469af4446bf",
"type": "github"
},
"original": {
"owner": "cpcloud",
"ref": "fix-pinetrypackage-ref",
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}

View file

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