with import { }; stdenv.mkDerivation { name = "env"; buildInputs = [ zsh go go2nix dep2nix nix-prefetch-github (callPackage ./default.nix { }) ]; }