From 9b12db21dcbce131d181e70605f8a827278103a1 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 1 Apr 2024 13:05:48 +0200 Subject: [PATCH] github-desktop: move to `pkgs/by-name` --- .../default.nix => by-name/gi/github-desktop/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 2 files changed, 2 deletions(-) rename pkgs/{applications/version-management/github-desktop/default.nix => by-name/gi/github-desktop/package.nix} (100%) diff --git a/pkgs/applications/version-management/github-desktop/default.nix b/pkgs/by-name/gi/github-desktop/package.nix similarity index 100% rename from pkgs/applications/version-management/github-desktop/default.nix rename to pkgs/by-name/gi/github-desktop/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 20a9726b6882..462402c82426 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -3874,8 +3874,6 @@ with pkgs; github-copilot-intellij-agent = callPackage ../development/tools/github-copilot-intellij-agent { }; - github-desktop = callPackage ../applications/version-management/github-desktop { }; - github-to-sqlite = with python3Packages; toPythonApplication github-to-sqlite; gistyc = with python3Packages; toPythonApplication gistyc;