Skip to content

Commit

Permalink
bump: nixpkgs, neovim.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Mar 12, 2024
1 parent 84a5865 commit 9452d47
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 57 deletions.
66 changes: 16 additions & 50 deletions flake.lock

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

14 changes: 7 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
devenv.url = "github:cachix/devenv";
flake-parts.url = "github:hercules-ci/flake-parts";
mk-shell-bin.url = "github:rrbutani/nix-mk-shell-bin";
neovim-nix.url = "github:willruggiano/neovim.nix";
neovim-nix.inputs.nixpkgs.follows = "nixpkgs";
neovim-nix = {
url = "github:willruggiano/neovim.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
neovim.url = "github:neovim/neovim/nightly?dir=contrib";
nil.url = "github:oxalica/nil";
# FIXME: see https://github.com/cachix/devenv/issues/528
Expand Down Expand Up @@ -76,13 +79,10 @@

formatter = pkgs.alejandra;

packages = let
tree-sitter = pkgs.callPackage ./pkgs/tree-sitter.nix {};
in {
inherit tree-sitter;
packages = {
default = config.neovim.final;
nvim-dbee = pkgs.callPackage ./pkgs/nvim-dbee.nix {};
nvim-treesitter = pkgs.callPackage ./pkgs/nvim-treesitter {inherit tree-sitter;};
nvim-treesitter = pkgs.callPackage ./pkgs/nvim-treesitter {};
};
};
};
Expand Down

0 comments on commit 9452d47

Please sign in to comment.