File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
# and causes infinite recursion
18
18
++ lib . optional (
19
19
builtins . currentSystem == "aarch64-darwin" || builtins . currentSystem == "x86_64-darwin"
20
- ) ( import ./mac-app-util ) ;
20
+ ) ( import ./mac-app-util pkgs ) ;
21
21
22
22
home = rec {
23
23
inherit ( settings ) username ;
Original file line number Diff line number Diff line change
1
+ pkgs :
2
+
1
3
let
2
4
mac-app-util-src = builtins . fetchTarball {
3
5
url = "https://github.com/hraban/mac-app-util/archive/341ede93f290df7957047682482c298e47291b4d.tar.gz" ;
4
6
sha256 = "1f06xpjy82ql5i7va7z0ii97hjgsh31il42ifnnrndyd5bc3ycv9" ;
5
7
} ;
6
- mac-app-util = import mac-app-util-src { } ;
8
+ mac-app-util = import mac-app-util-src { inherit pkgs ; } ;
7
9
in
8
- mac-app-util . homeManagerModules . default
10
+ mac-app-util . homeManagerModules . default
You can’t perform that action at this time.
0 commit comments