From e8c2c90cfb1079713b6bd1684b6f5501ad19589d Mon Sep 17 00:00:00 2001 From: namilsk Date: Tue, 30 Dec 2025 22:02:43 +0300 Subject: Added `shell.nix` --- shell.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..09a5e2a --- /dev/null +++ b/shell.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + buildInputs = with pkgs; [ + rustc + cargo + gpgme + openssl + openssl.dev + git + pkg-config + ]; +} -- cgit v1.2.3