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

Move hydra-spec to input repository #1512

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,14 @@ jobs:

- name: ❄ Build specification PDF
run: |
nix build .#spec && cp result/*.pdf spec/
nix build .#spec && cp result/*.pdf .

- name: 💾 Upload specification
uses: actions/upload-artifact@v4
with:
name: hydra-spec
path: |
./spec/*.pdf
*.pdf

documentation:
name: Documentation
Expand Down
100 changes: 91 additions & 9 deletions flake.lock

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

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
cardano-node.url = "github:intersectmbo/cardano-node/9.1.0";
mithril.url = "github:input-output-hk/mithril/2428.0";
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";
hydra-spec.url = "github:cardano-scaling/hydra-formal-specification";
};

outputs =
Expand Down Expand Up @@ -130,9 +131,7 @@
packages =
hydraPackages //
(if pkgs.stdenv.isLinux then (prefixAttrs "docker-" hydraImages) else { }) // {
spec = import ./spec {
inherit pkgs;
};
spec = inputs.hydra-spec.packages.${system}.default;
};
process-compose."demo" = import ./nix/hydra/demo.nix {
inherit system pkgs inputs self;
Expand Down
1 change: 0 additions & 1 deletion spec/.envrc

This file was deleted.

3 changes: 0 additions & 3 deletions spec/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions spec/README.md

This file was deleted.

Loading