Skip to content

Commit

Permalink
Move hydra-spec to input repository
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jul 16, 2024
1 parent 6b1ef6d commit 2cb79ea
Show file tree
Hide file tree
Showing 35 changed files with 90 additions and 5,812 deletions.
94 changes: 88 additions & 6 deletions flake.lock

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

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

outputs =
Expand Down Expand Up @@ -120,7 +121,7 @@
packages =
hydraPackages //
(if pkgs.stdenv.isLinux then (prefixAttrs "docker-" hydraImages) else { }) //
{ spec = import ./spec { inherit pkgs; }; };
{ spec = inputs.hydra-spec.packages.${system}.default; };

checks = let lu = inputs.lint-utils.linters.${system}; in {
hlint = lu.hlint { src = self; hlint = pkgs.hlint; };
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

0 comments on commit 2cb79ea

Please sign in to comment.