with import ./config.nix; { hello = mkDerivation { name = "hello"; buildCommand = '' mkdir -p $out/bin cat > $out/bin/hello <