Skip to content

Commit

Permalink
flake.nix: remove rust-overlay override for wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 15, 2024
1 parent a675215 commit bc04a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
12 changes: 5 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,10 @@
};

# wezterm
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm = {
url = "github:wez/wezterm?dir=nix";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
# TODO: remove once wezterm updates this overlay
inputs.rust-overlay.follows = "rust-overlay";
};

# ZSH plugins
Expand Down

0 comments on commit bc04a7f

Please sign in to comment.