diff --git a/nix/packages/ffgun.nix b/nix/packages/by-name/ffgun/package.nix similarity index 100% rename from nix/packages/ffgun.nix rename to nix/packages/by-name/ffgun/package.nix diff --git a/nix/packages/top-level.nix b/nix/packages/top-level.nix index f539af63..c96e48eb 100644 --- a/nix/packages/top-level.nix +++ b/nix/packages/top-level.nix @@ -38,8 +38,6 @@ in rec { ]; }; - ffgun = pkgs.callPackage ./ffgun.nix {}; - # TODO: remove when channel update ltex-ls-plus = pkgs.callPackage ./ltex-ls-plus.nix {};