mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-19 21:30:57 +01:00
Remove dependency on nvim-traxys
This commit is contained in:
parent
ca62f59346
commit
e788d30f59
2 changed files with 70 additions and 1274 deletions
1336
flake.lock
generated
1336
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -16,11 +16,6 @@
|
|||
url = "github:Mic92/nix-ld/main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nvim-traxys = {
|
||||
url = "github:traxys/nvim-flake";
|
||||
inputs.nixfiles.follows = "/";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -321,9 +316,6 @@
|
|||
glaurung = inputs.glaurung.defaultPackage."${system}";
|
||||
raclette = inputs.raclette.defaultPackage."${system}";
|
||||
roaming_proxy = inputs.roaming_proxy.defaultPackage."${system}";
|
||||
update-nvim-treesitter = callPackage ./neovim/nvim-treesitter {
|
||||
inherit (self.packages."${system}") nvim-treesitter upstream;
|
||||
};
|
||||
|
||||
inherit (nixpkgs-traxys.legacyPackages."${system}") groovy-language-server;
|
||||
inherit (inputs.mujmap.packages."${system}") mujmap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue