refactor(nix): do not make wezterm input follow nixpkgs upstream

This commit is contained in:
Price Hiller 2024-10-19 16:16:38 -05:00
parent 3156d0d494
commit b15d1e38c5
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -19,10 +19,7 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm = {
url = "github:wez/wezterm?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm.url = "github:wez/wezterm?dir=nix";
agenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";