Skip to content

Commit

Permalink
feat(neovim): use stable
Browse files Browse the repository at this point in the history
nightly flake build is broken

refs nix-community/neovim-nightly-overlay#332
  • Loading branch information
caarlos0 committed Oct 31, 2023
1 parent 4f22be1 commit 6523bbe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}@inputs:
let
overlays = [
inputs.neovim-nightly.overlay
# inputs.neovim-nightly.overlay // TODO: https://github.com/nix-community/neovim-nightly-overlay/issues/332
(final: prev: {
nur = import nur {
nurpkgs = prev;
Expand Down

0 comments on commit 6523bbe

Please sign in to comment.