Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Nix Code (remove iogx) #6795

Merged
merged 15 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/metatheory-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Build Site
run: |
nix build --accept-flake-config .#plutus-metatheory-site
nix build --accept-flake-config .#metatheory-site
mkdir _metatheory
cp -RL result/* _metatheory

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/papers-and-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
)
mkdir -p _resources
for target in "${TARGETS[@]}"; do
nix build --no-warn-dirty --accept-flake-config .#latex-documents.x86_64-linux.${target}
nix build --no-warn-dirty --accept-flake-config .#${target}
cp -fr ./result/*.pdf _resources/${target}.pdf
done

Expand Down
253 changes: 17 additions & 236 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading