Skip to content

Commit

Permalink
Call derivation hydra-spec.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jul 16, 2024
1 parent 5f67a95 commit 0f0a88a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
'';
};

hydra-protocol-pdf = pkgs.stdenv.mkDerivation {
pname = "hydra-protocol.pdf";
hydra-spec-pdf = pkgs.stdenv.mkDerivation {
pname = "hydra-spec.pdf";
version = "0.0.1";
nativeBuildInputs = with pkgs; [
texlive.combined.scheme-full
Expand All @@ -82,11 +82,11 @@
'';
installPhase = ''
mkdir $out
cp Main.pdf $out/hydra-protocol.pdf
cp Main.pdf $out/hydra-spec.pdf
'';
};

default = packages.hydra-protocol-pdf;
default = packages.hydra-spec-pdf;

};
};
Expand Down

0 comments on commit 0f0a88a

Please sign in to comment.