fix(macos): trampoline apps
This commit is contained in:
parent
c707909f4f
commit
01240450d2
3 changed files with 28 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
{ inputs, outputs, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
|
||||
with lib;
|
||||
|
@ -181,6 +182,8 @@ in
|
|||
|
||||
# echo "Set hostname"
|
||||
# sudo scutil --set HostName $hostname
|
||||
|
||||
${inputs.mac-app-util.packages.${pkgs.stdenv.system}.default}/bin/mac-app-util sync-trampolines "/Applications/Nix Apps" "/Applications/Nix Trampolines"
|
||||
'';
|
||||
|
||||
# User-level settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue