{ pkgs ? import {} }: pkgs.stdenv.mkDerivation rec { name = "alrium"; source = "."; buildInputs = with pkgs; [ rustPlatform.rustc cargo ]; }