mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
efmls-configs: Use upstream tool definitions (#692)
This commit is contained in:
parent
9cf2c342a2
commit
6b93c8fa6d
4 changed files with 13 additions and 143 deletions
|
@ -1,5 +1,4 @@
|
|||
pkgs: rec {
|
||||
efmls-configs-tools = pkgs.callPackage ./efmls-configs {};
|
||||
pkgs: {
|
||||
autogenerated-configs = pkgs.callPackage ({stdenv}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "autogenerated-configs";
|
||||
|
@ -10,7 +9,6 @@ pkgs: rec {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp ${efmls-configs-tools}/share/* $out
|
||||
'';
|
||||
}) {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue