Skip to content

Commit

Permalink
Use spec from hydra-formal-specification
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Aug 6, 2024
1 parent 1754eff commit 92111c1
Show file tree
Hide file tree
Showing 37 changed files with 93 additions and 6,010 deletions.
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 @@ -3,6 +3,7 @@
nixpkgs.follows = "haskellNix/nixpkgs";
nixpkgsLatest.url = "github:NixOS/nixpkgs/nixos-24.05";
haskellNix.url = "github:input-output-hk/haskell.nix";
hydra-spec.url = "github:cardano-scaling/hydra-formal-specification";
iohk-nix.url = "github:input-output-hk/iohk-nix";
flake-parts.url = "github:hercules-ci/flake-parts";
process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
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

0 comments on commit 92111c1

Please sign in to comment.