with import {}; stdenv.mkDerivation { name = "atomicptr"; buildInputs = with pkgs; [ rustc cargo rust-analyzer rustfmt ]; }