about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTobias Markus <tobias@miglix.eu>2023-03-27 21:38:17 +0200
committerTobias Markus <tobias@miglix.eu>2023-04-03 16:02:53 +0200
commit2adfe800bd3b2f2171739fe7f5878fdafcd0d01f (patch)
tree5b7c9a5536b26cf3c74cfa9439f0ec8255d29c34 /pkgs/top-level
parenta0be54df4cd0992896d34ff12264a1c9faff7dc5 (diff)
klipper-estimator: init at 3.2.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 489e3d50e00cd..1a0fed634ec45 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5141,6 +5141,10 @@ with pkgs;
 
   klipper-genconf = callPackage ../servers/klipper/klipper-genconf.nix { };
 
+  klipper-estimator = callPackage ../applications/misc/klipper-estimator {
+    inherit (darwin.apple_sdk.frameworks) Security;
+  };
+
   klog = qt5.callPackage ../applications/radio/klog { };
 
   komga = callPackage ../servers/komga { };