flake: Switch to home-manager fork for librewolf support

I originally wanted to avoid maintaining my own forks of flake inputs to
simplify usage with the actual upstream if wanted, however the lack of
flakes supporting patches means that it's actually *easier* to maintain
my own repositories with the changes I want.

The main advantage of this is not having to wait for upstream. This also
means that I'm able to easily control which things I want to update and
when.
This commit is contained in:
Donovan Glover 2024-08-13 14:28:59 -04:00
parent e2b4ba85ea
commit 63797c4259
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View File

@ -170,15 +170,15 @@
]
},
"locked": {
"lastModified": 1722630065,
"narHash": "sha256-QfM/9BMRkCmgWzrPDK+KbgJOUlSJnfX4OvsUupEUZvA=",
"owner": "nix-community",
"lastModified": 1723572534,
"narHash": "sha256-UWZKQ63u+TNI1ykTVomNWBAEy7/kC+PHwd2eMPeYsmY=",
"owner": "donovanglover",
"repo": "home-manager",
"rev": "afc892db74d65042031a093adb6010c4c3378422",
"rev": "265381b5d3b9b8abf1da38f28f42597897b3345a",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "donovanglover",
"repo": "home-manager",
"type": "github"
}

View File

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