mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 01:30:14 +00:00
fix: nix-darwin deprecations of useractivationscripts
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
# Homebrew - Mac-specific packages that aren't in Nix
|
||||
config = lib.mkIf pkgs.stdenv.isDarwin {
|
||||
|
||||
# Requires Homebrew to be installed
|
||||
system.activationScripts.preUserActivation.text = ''
|
||||
# # Requires Homebrew to be installed
|
||||
system.activationScripts.preActivation.text = ''
|
||||
if ! xcode-select --version 2>/dev/null; then
|
||||
$DRY_RUN_CMD xcode-select --install
|
||||
fi
|
||||
|
Reference in New Issue
Block a user