about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-05-05 20:08:06 +0200
committerGitHub <noreply@github.com>2023-05-05 20:08:06 +0200
commit73783c45e1f9517f12911754b19bdcb313db663b (patch)
tree81fbd6d3cc4041fa1813cf4ba6c646d84fa6fd7d /pkgs/top-level
parentc9fd6aa96eeadd9cfb984fc87c513b0421ec68ca (diff)
parent684e9a425ee6d2798610301ba878f52e758aa3a8 (diff)
Merge pull request #229658 from shyim/add-shopware-cli
shopware-cli: init at 0.1.62
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b7aa4d2e731b6..33f001f772cc8 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12182,6 +12182,8 @@ with pkgs;
 
   shrikhand = callPackage ../data/fonts/shrikhand { };
 
+  shopware-cli = callPackage ../tools/misc/shopware-cli { };
+
   shunit2 = callPackage ../tools/misc/shunit2 { };
 
   sic = callPackage ../applications/networking/irc/sic { };