Skip to content

Commit

Permalink
Fix the technical report
Browse files Browse the repository at this point in the history
- Move it into `doc`
- Actually point to the right place for building it and fix the
  derivation
- Fix the reference from the pipeline
  • Loading branch information
michaelpj committed Nov 30, 2022
1 parent 7dafcad commit 934ff38
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nix/cells/automation/pipelines.nix
Expand Up @@ -49,7 +49,7 @@ in
command.text =
let
documents = __mapAttrs (_: v: "${v}.pdf") {
plutus-report = "plutus-core-specification";
plutus-report = "plutus-report";
plutus-core-spec = "plutus-core-specification";
extended-utxo-spec = "extended-utxo-specification";
unraveling-recursion-paper = "unraveling-recursion";
Expand Down
3 changes: 2 additions & 1 deletion nix/cells/plutus/packages/plutus-report.nix
Expand Up @@ -3,5 +3,6 @@
cell.library.build-latex-doc {
name = "plutus-report";
description = "plutus report";
src = inputs.self + /doc/plutus-core-spec;
src = inputs.self + /doc/plutus-report;
texFiles = [ "plutus.tex" ];
}

0 comments on commit 934ff38

Please sign in to comment.