Skip to content

Commit

Permalink
feat(nix): use neovim-nightly on macos too
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 11, 2023
1 parent 7967cc3 commit 84bf4b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}@inputs:
let
overlays = [
inputs.neovim-nightly.overlay
(final: prev: {
nur = import nur {
nurpkgs = prev;
Expand Down Expand Up @@ -103,7 +104,7 @@
modules = [
({ config, ... }: {
config = {
nixpkgs.overlays = overlays ++ [ (import neovim-nightly) ];
nixpkgs.overlays = overlays;
};
})
./modules/home.nix
Expand Down

0 comments on commit 84bf4b7

Please sign in to comment.