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