Commit a688f70c authored by marius david's avatar marius david
Browse files

paufine a bit the hydra metadata

parent 535c41c5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
				packages = rec {
					website = pkgs.stdenvNoCC.mkDerivation {
						pname = "fediverse-canvas-atlas-website";
						version = "TODO-use-git";
						version = "git-" + (self.shortRev or "dirty");

						dontUnpack = true;

@@ -21,6 +21,9 @@
							cp -r ${./.}/web/* $out/
							${pkgs.python3}/bin/python ${./.}/tools/merge_data.py ${./.}/entries $out/atlas.json
							rm $out/about.html

							mkdir $out/nix-support
              echo "doc manual $out" >> $out/nix-support/hydra-build-products
						'';
					};
					default = website;