1 2 3 4 5 6 7
with (import <nixpkgs> {}); stdenv.mkDerivation { name = "my_printf"; builder = "${bash}/bin/bash"; src = ./.; }