summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-05 01:42:15 -0500
committerfigsoda <figsoda@pm.me>2022-12-05 09:05:45 -0500
commit50bb886acc6f240980c9b010c89c58434d7d0fa5 (patch)
treebc0348e1a0f40bb20a548dd04c3e0151ff73dea2 /pkgs/top-level
parent0bda862edc8b106779faafa4b5467f5fb85f3362 (diff)
the-way: 0.17.1 -> 0.18.0, add figsoda as a maintainer, use nextest
Diff: https://github.com/out-of-cheese-error/the-way/compare/v0.17.1...v0.18.0

Changelog: https://github.com/out-of-cheese-error/the-way/blob/v0.18.0/CHANGELOG.md
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 4b721e3997ba8..f3bcaead836d8 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6635,9 +6635,7 @@ with pkgs;
 
   teamocil = callPackage ../tools/misc/teamocil { };
 
-  the-way = callPackage ../development/tools/the-way {
-    inherit (darwin.apple_sdk.frameworks) AppKit Security;
-  };
+  the-way = callPackage ../development/tools/the-way { };
 
   timeline = callPackage ../applications/office/timeline { };