aboutsummaryrefslogtreecommitdiff
path: root/development/libs/atomptr/shell.nix
blob: 3a13912055f10047000ce8d2891d7604780f2aaf (plain)
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

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