about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-04-26 22:07:53 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-04-26 22:22:36 -0300
commit18e5fe0e7979e44d2d0f37a65ae42e21a5013d54 (patch)
tree121ffe5a57019ac23ba6cc89cf989e49e7955975
parentda5dcb65f7389d01a649297e6d973d55895fe0ce (diff)
chezmoi: migrate to by-name
-rw-r--r--pkgs/by-name/ch/chezmoi/package.nix (renamed from pkgs/tools/misc/chezmoi/default.nix)0
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/chezmoi/default.nix b/pkgs/by-name/ch/chezmoi/package.nix
index 7c63f174f35ec..7c63f174f35ec 100644
--- a/pkgs/tools/misc/chezmoi/default.nix
+++ b/pkgs/by-name/ch/chezmoi/package.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6d228524c5918..4e557d6a09dcb 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3572,8 +3572,6 @@ with pkgs;
 
   changelogger = callPackage ../tools/misc/changelogger { };
 
-  chezmoi = callPackage ../tools/misc/chezmoi { };
-
   chipsec = callPackage ../tools/security/chipsec {
     kernel = null;
     withDriver = false;