about summary refs log tree commit diff
path: root/users/wpcarro/scratch/rust/shell.nix
{ pkgs, ... }:

pkgs.mkShell {
  buildInputs = [
    pkgs.cargo
  ];
}