flake.nix: Use home-manager from upstream

Although maintaining my own home-manager repository was a nice learning
exercise, I don't contribute to home-manager enough to warrant having a
personal branch.

Since my pqiv pull request was merged upstream, my branch is basically
the same as upstream anyway.
This commit is contained in:
Donovan Glover 2023-08-31 15:47:50 -04:00
parent 7db1ecda37
commit d61f4b16a5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 7 deletions

View File

@ -57,16 +57,15 @@
]
},
"locked": {
"lastModified": 1691518889,
"narHash": "sha256-x7kd4J+bYLzhknXy7VXP4bH1+u5QvBTt5HvYShOtZ9E=",
"owner": "donovanglover",
"lastModified": 1693399033,
"narHash": "sha256-yXhiMo8MnE86sGtPIHAKaLHhmhe8v9tqGGotlUgKJvY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d3fd8135f74da51ac29c7b16fd7fba079fe552dd",
"rev": "f5c15668f9842dd4d5430787d6aa8a28a07f7c10",
"type": "github"
},
"original": {
"owner": "donovanglover",
"ref": "personal-master",
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable";
home-manager = {
url = "github:donovanglover/home-manager/personal-master";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};