From c6b35f8f2e83621b4e53ab999e5b5bf146a73aa0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 26 Jun 2024 15:46:09 +0200 Subject: Add minimal example using cargo ... including a test (for which we add python3 as test dependency). --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 2a1b356..a42d2ae 100644 --- a/shell.nix +++ b/shell.nix @@ -16,6 +16,7 @@ in pkgs.mkShell rec { buildInputs = with pkgs; [ niv update-deps + cargo ]; shellHook = '' -- cgit v1.2.3