We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2a48d commit c80ba02Copy full SHA for c80ba02
modules/darwin/packages.nix
@@ -3,5 +3,6 @@
3
with pkgs;
4
let shared-packages = import ../shared/packages.nix { inherit pkgs; }; in
5
shared-packages ++ [
6
+ fswatch
7
dockutil
8
]
0 commit comments