Skip to content

Commit

Permalink
no need for wezterm overlay anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zan Preston committed Apr 30, 2024
1 parent 6df4d76 commit 7ce6827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
25 changes: 4 additions & 21 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# The last successful build of wezterm on x86_64-darwin:
# https://hydra.nixos.org/job/nixpkgs/trunk/wezterm.x86_64-darwin#tabs-links
nixpkgs-wezterm.url = "github:nixos/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9";
#nixpkgs-wezterm.url = "github:nixos/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9";
# nixpkgs-staging.url = "github:nixos/nixpkgs/staging";
home-manager = {
url = "github:nix-community/home-manager";
Expand Down Expand Up @@ -45,7 +45,7 @@
overlays = [
# neovim-nightly-overlay.overlay
(final: prev: {
wezterm = inputs.nixpkgs-wezterm.legacyPackages.${prev.system}.wezterm;
#wezterm = inputs.nixpkgs-wezterm.legacyPackages.${prev.system}.wezterm;
dexsearch = extraNodePkgs.dexsearch;
})
];
Expand Down

0 comments on commit 7ce6827

Please sign in to comment.