From f722256a8881c3d0813901b6be2c7afdcdc1fb74 Mon Sep 17 00:00:00 2001 From: tuturuu Date: Sat, 10 Jan 2026 00:22:28 +0100 Subject: Remove local setup from repo; autofmt shell.nix --- shell.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 4d96b49..d484ed5 100644 --- a/shell.nix +++ b/shell.nix @@ -1,10 +1,12 @@ -{ pkgs ? import {} }: +{ + pkgs ? import { }, +}: pkgs.mkShell { buildInputs = with pkgs; [ - rustup + rustup pkg-config rust-analyzer gcc - ]; + ]; } -- cgit v1.2.3