Skip to content

Commit

Permalink
remove nightly overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Jun 11, 2024
1 parent 5100635 commit f4fcfac
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 225 deletions.
4 changes: 1 addition & 3 deletions config/core/core.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{pkgs, ...}: {
{
config = {
package = pkgs.neovim;

globals = {
mapleader = " ";
loaded_ruby_provider = 0;
Expand Down
231 changes: 15 additions & 216 deletions flake.lock

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

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
nix-colors.url = "github:misterio77/nix-colors";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -26,7 +25,6 @@

outputs = {
flake-parts,
neovim-nightly-overlay,
nix-colors,
nixpkgs,
nixvim,
Expand Down Expand Up @@ -66,7 +64,7 @@
inherit system;
overlays = builtins.attrValues {
default = import ./overlay {
inherit neovim-nightly-overlay nix-colors nixvim tree-sitter-nu tree-sitter-surrealdb lib system;
inherit nix-colors nixvim tree-sitter-nu tree-sitter-surrealdb lib system;
};
};
};
Expand Down
3 changes: 0 additions & 3 deletions overlay/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
neovim-nightly-overlay,
nix-colors,
nixvim,
tree-sitter-nu,
Expand All @@ -14,8 +13,6 @@
};

modifications = final: prev: {
inherit (neovim-nightly-overlay.packages.${prev.system}) neovim;

tree-sitter-grammars = {
tree-sitter-nu = final.callPackage ../pkgs/tree-sitter-grammars/nushell.nix {
inherit (final.tree-sitter) buildGrammar;
Expand Down

0 comments on commit f4fcfac

Please sign in to comment.