* supersandro2000: didn't work. I still have `HOME` and network access. ``` ~/Projects/nix-for-web-development-playground on  master! ⌚ 11:57:21 $ nix-shell -E "with import {}; callPackage ./default.nix {}" --pure [nix-shell:~/Projects/nix-for-web-development-playground]$ echo ${HOME} /home/tad [nix-shell:~/Projects/nix-for-web-development-playground]$ http google.com HTTP/1.1 301 Moved Permanently Cache-Control: public, max-age=2592000 Content-Length: 219 Content-Type: text/html; charset=UTF-8 Date: Fri, 22 Jan 2021 10:57:30 GMT Expires: Sun, 21 Feb 2021 10:57:30 GMT Location: http://www.google.com/ Server: gws X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 301 Moved

301 Moved

The document has moved here. [nix-shell:~/Projects/nix-for-web-development-playground]$ ```