about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-16 23:06:29 +0200
committerGitHub <noreply@github.com>2024-06-16 23:06:29 +0200
commit9311fa85c83fa38e9a128f11dddf3512f6631e90 (patch)
tree65a0d5dbdc1d4222c59d77dc287991c99389cf1f /pkgs/top-level/aliases.nix
parent66540e5f9e118cd0ceb0498cc12e15c3fb0c1ab0 (diff)
parent83b5c031a639c6d594eaf3419973d215722f9ce3 (diff)
Merge pull request #320275 from quantenzitrone/fil-plugins
FIL-plugins: rename to fil-plugins
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index e653b49da8bb3..d88b0476c6c8a 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -373,6 +373,7 @@ mapAliases ({
   fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
   inherit (luaPackages) fennel; # Added 2022-09-24
   fetchFromGithub = throw "You meant fetchFromGitHub, with a capital H"; # preserve
+  FIL-plugins = fil-plugins; # Added 2024-06-12
   findimagedupes = throw "findimagedupes has been removed because the perl bindings are no longer compatible"; # Added 2023-07-10
   finger_bsd = bsd-finger;
   fingerd_bsd = bsd-fingerd;