Loading flake.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading Loading
flake.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading