let pkgs = builtins.import {}; in pkgs.stdenv.mkDerivation { pname = "hello-world"; version = "0.0.1"; builder = ./hello-world.sh; }