mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
meta: Use personal branches for inputs
This lets me do things like only update inputs when I want to. Additionally, it becomes easy for me to add my own functionality to these projects and contribute to them upstream. Finally, it becomes easier to verify changes to the system when pulling changes from upstream.
This commit is contained in:
parent
d389c910c4
commit
50ba2f9352
@ -3,12 +3,12 @@
|
||||
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
url = "github:donovanglover/home-manager/personal-master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
url = "github:donovanglover/stylix/personal-master";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
home-manager.follows = "home-manager";
|
||||
|
Loading…
Reference in New Issue
Block a user