From 6d4638e65337c3c0607b5760aaaf62be44935d16 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 11 Feb 2025 10:33:44 -0800 Subject: [PATCH] nix: switch to rustup Signed-off-by: William Casarin --- shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index e23df45..a34d23e 100644 --- a/shell.nix +++ b/shell.nix @@ -2,8 +2,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ - cargo - rustfmt + rustup openssl pkg-config websocat