From ba55339086acfbc9eba8e99cc8bb0938b8e41903 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sun, 1 Sep 2024 13:49:56 +0100 Subject: [PATCH] nix: install crunch64-cli --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 06d9a4a0d..26dd9ffbc 100644 --- a/shell.nix +++ b/shell.nix @@ -87,9 +87,9 @@ in pkgsCross.mkShell { done done - # Install pigment64 + # Install Rust deps export PATH=$HOME/.cargo/bin:$PATH - cargo install pigment64 + cargo install pigment64 crunch64-cli # Install python packages virtualenv venv