Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
there are build errors for missing packages, but this should get the
ci to pick up the correct derivations
  • Loading branch information
luigy committed Jun 28, 2021
1 parent 503bf37 commit 0c9ef9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# for internal ci
{}:
let poke-dex = import ./use-case-2 {};
in {
poke-dex-exe = poke-dex.exe;
# TODO: add plutus-starter pkg
}

0 comments on commit 0c9ef9e

Please sign in to comment.