From c929bc644097ca186052f0c315bbfed526285e65 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:21:10 -0500 Subject: [PATCH] add rust to mac and remove cargo shortcut from common --- hosts/lookingglass/default.nix | 1 + modules/common/shell/fish/default.nix | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/lookingglass/default.nix b/hosts/lookingglass/default.nix index f6d9db6..9e5e4c2 100644 --- a/hosts/lookingglass/default.nix +++ b/hosts/lookingglass/default.nix @@ -37,6 +37,7 @@ inputs.darwin.lib.darwinSystem { nixlang.enable = true; terraform.enable = true; python.enable = true; + rust.enable = true; lua.enable = true; kubernetes.enable = true; _1password.enable = true; diff --git a/modules/common/shell/fish/default.nix b/modules/common/shell/fish/default.nix index fb07057..3a09ddb 100644 --- a/modules/common/shell/fish/default.nix +++ b/modules/common/shell/fish/default.nix @@ -123,9 +123,6 @@ dr = "docker run --rm -it"; db = "docker build . -t"; - # Rust - ca = "cargo"; - }; shellInit = ""; };