with (import {}); derivation { name = "hello"; builder = "${bash}/bin/bash"; args = [ ./builder.sh ]; buildInputs = [ gnutar gzip gnumake gcc binutils-unwrapped coreutils gawk gnused gnugrep ]; src = ./hello-2.10.tar.gz; system = builtins.currentSystem; }