Skip to content

Commit

Permalink
feat: remove neovim flake forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
csvenke committed Sep 18, 2024
1 parent 471c697 commit 0de6001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 196 deletions.
195 changes: 4 additions & 191 deletions flake.lock

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

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
neovim.url = "github:csvenke/neovim-flake";
angular-language-server.url = "github:csvenke/angular-language-server-flake";
};

Expand All @@ -19,7 +18,6 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
inputs.neovim.overlays.default
inputs.angular-language-server.overlays.default
];
};
Expand Down
3 changes: 0 additions & 3 deletions packages/neovim/default.nix

This file was deleted.

0 comments on commit 0de6001

Please sign in to comment.