aboutsummaryrefslogtreecommitdiff
path: root/development/libs/atomptr/shell.nix
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "atomicptr";
  buildInputs = with pkgs; [
    rustracer rustup clangStdenv
  ];
}