chore: add just tool to nix shell

This commit is contained in:
izzy
2025-08-07 12:58:15 +02:00
parent 6ad3da5f35
commit 65bc6c8fc6

View File

@@ -1,9 +1,12 @@
{ pkgs ? import <nixpkgs> {} }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell rec {
buildInputs = [
# Tools
pkgs.git
pkgs.just
# Cargo
pkgs.cargo