From 6aa645600ab69edf7c970872f20abb719f751761 Mon Sep 17 00:00:00 2001 From: colbs255 Date: Sun, 14 Apr 2024 23:15:58 -0400 Subject: [PATCH] fix: add rustup to nix shell for building --- nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/shell.nix b/nix/shell.nix index 42d6ddf8..12cc5eb1 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -16,6 +16,7 @@ pkgs.mkShell { ripgrep fzf zoxide + rustup ]; buildInputs = with pkgs;