Skip to content

Commit

Permalink
fix(darwin): use a PR for neovim for now to fix darwin nightly compil…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
konradmalik committed Sep 23, 2023
1 parent 75b25d9 commit 5e3b4d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
neovim = {
url = "github:neovim/neovim?dir=contrib";
# url = "github:neovim/neovim?dir=contrib";
url = "github:Pegasust/neovim/nix-aarch64-darwin-fix?dir=contrib";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit 5e3b4d2

Please sign in to comment.