summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorIlan Joselevich2023-05-22 21:55:39 +0300
committerGitHub2023-05-22 21:55:39 +0300
commite32b1abf5dfbf3a7a38f8c08e84694c263cb1c98 (patch)
treeaeaca031cac2b8a36f37e342f939da1842884f8a /pkgs/top-level/all-packages.nix
parent4a22f84b8327c4e6d0543eafaf3a94a98964d568 (diff)
parentb0657b6185e3d45fed9a5d5282f34bd52dbf794c (diff)
Merge pull request #233334 from figsoda/jsonfmt
jsonfmt: init at 0.5.0
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-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 4bfac22a06a3..5f848233a4d2 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8975,6 +8975,8 @@ with pkgs;
 
   json-schema-for-humans = with python3Packages; toPythonApplication json-schema-for-humans;
 
+  jsonfmt = callPackage ../development/tools/misc/jsonfmt { };
+
   jsonwatch = callPackage ../tools/misc/jsonwatch {
     inherit (darwin.apple_sdk.frameworks) Security;
   };