From e43015afa25b1d47e5ab2cd06a56aa14bbed759e Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 21 Nov 2024 09:55:28 +0100 Subject: [PATCH] pt: move by-name --- pkgs/{applications/misc => by-name/pt}/pt/.bundle/config | 0 pkgs/{applications/misc => by-name/pt}/pt/Gemfile | 0 pkgs/{applications/misc => by-name/pt}/pt/Gemfile.lock | 0 pkgs/{applications/misc => by-name/pt}/pt/gemset.nix | 0 .../misc/pt/default.nix => by-name/pt/pt/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 6 files changed, 2 deletions(-) rename pkgs/{applications/misc => by-name/pt}/pt/.bundle/config (100%) rename pkgs/{applications/misc => by-name/pt}/pt/Gemfile (100%) rename pkgs/{applications/misc => by-name/pt}/pt/Gemfile.lock (100%) rename pkgs/{applications/misc => by-name/pt}/pt/gemset.nix (100%) rename pkgs/{applications/misc/pt/default.nix => by-name/pt/pt/package.nix} (100%) diff --git a/pkgs/applications/misc/pt/.bundle/config b/pkgs/by-name/pt/pt/.bundle/config similarity index 100% rename from pkgs/applications/misc/pt/.bundle/config rename to pkgs/by-name/pt/pt/.bundle/config diff --git a/pkgs/applications/misc/pt/Gemfile b/pkgs/by-name/pt/pt/Gemfile similarity index 100% rename from pkgs/applications/misc/pt/Gemfile rename to pkgs/by-name/pt/pt/Gemfile diff --git a/pkgs/applications/misc/pt/Gemfile.lock b/pkgs/by-name/pt/pt/Gemfile.lock similarity index 100% rename from pkgs/applications/misc/pt/Gemfile.lock rename to pkgs/by-name/pt/pt/Gemfile.lock diff --git a/pkgs/applications/misc/pt/gemset.nix b/pkgs/by-name/pt/pt/gemset.nix similarity index 100% rename from pkgs/applications/misc/pt/gemset.nix rename to pkgs/by-name/pt/pt/gemset.nix diff --git a/pkgs/applications/misc/pt/default.nix b/pkgs/by-name/pt/pt/package.nix similarity index 100% rename from pkgs/applications/misc/pt/default.nix rename to pkgs/by-name/pt/pt/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f08b302a4f64..e0d37e563dc1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -18698,8 +18698,6 @@ with pkgs; inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreFoundation Security; }; - pt = callPackage ../applications/misc/pt { }; - pyupgrade = with python3Packages; toPythonApplication pyupgrade; pwntools = with python3Packages; toPythonApplication pwntools;