asmrepl: migrate to pkgs/by-name

Moves asmrepl from pkgs/development/interpreters/asmrepl to
pkgs/by-name/as/asmrepl following the new directory structure.
Also renames default.nix to package.nix as per by-name conventions.
This commit is contained in:
Guy Chronister
2025-11-24 14:01:25 +00:00
parent d461a0ccb6
commit e9550f73a2
5 changed files with 0 additions and 2 deletions
-2
View File
@@ -1542,8 +1542,6 @@ with pkgs;
apprise = with python3Packages; toPythonApplication apprise;
asmrepl = callPackage ../development/interpreters/asmrepl { };
avahi-compat = callPackage ../by-name/av/avahi/package.nix {
withLibdnssdCompat = true;
};