From d7ff782ee39843a3d3d41dc4bf1c939eb3eb5d4b Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 9 May 2025 09:32:35 -0400 Subject: [PATCH] cleanup --- dot_config/flake/machines/hinge/darwin.nix | 10 +--------- dot_config/flake/machines/hinge/home.nix | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index 1801c73..ace8d69 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -48,22 +48,17 @@ in { environment.systemPackages = with pkgs; [ pinentry_mac - # llvmPackages_19.clang-tools fnm pipenv sketchybar - # sbarlua lua - # android-tools jdk17 - # distrobox - conan deno @@ -100,10 +95,7 @@ in { "unzip" "xz" - "podman" - - "llvm@18" - "llvm@19" + "llvm" ]; casks = [ diff --git a/dot_config/flake/machines/hinge/home.nix b/dot_config/flake/machines/hinge/home.nix index 33700a0..b64b1a9 100644 --- a/dot_config/flake/machines/hinge/home.nix +++ b/dot_config/flake/machines/hinge/home.nix @@ -39,7 +39,7 @@ sessionVariables = { ANDROID_HOME = "/Users/tyler.mayoff/Library/Android/sdk"; - PATH = "$PATH:/opt/homebrew/opt/llvm@18/bin:/Users/tyler.mayoff/Library/Android/sdk/platform-tools"; + PATH = "/opt/homebrew/opt/llvm@20/bin:$PATH::/Users/tyler.mayoff/Library/Android/sdk/platform-tools"; }; file.".gnupg/gpg-agent.conf".text = ''