···8383 };
84848585 # 4. example of pulling an image. could be used as a base for other images
8686- #
8787- # ***** Currently broken, getting 404s. Perhaps the docker API has changed?
8888- #
8989- #
9090- # debian = pullImage {
9191- # imageName = "debian";
9292- # imageTag = "jessie";
9393- # # this hash will need change if the tag is updated at docker hub
9494- # sha256 = "18kd495lc2k35h03bpcbdjnix17nlqbwf6nmq3sb161blf0dk14q";
9595- # };
8686+ nix = pullImage {
8787+ imageName = "nixos/nix";
8888+ imageTag = "1.11";
8989+ # this hash will need change if the tag is updated at docker hub
9090+ sha256 = "1gk4bq05vl3rj3mh4mlbl4iicgndmimlv8jvkhdk4hrv0r44bwr3";
9191+ };
96929793 # 5. example of multiple contents, emacs and vi happily coexisting
9894 editors = buildImage {