Skip to content

Commit

Permalink
Update .gitignore && add dockerApps.evaluation-test to CI (#87)
Browse files Browse the repository at this point in the history
Update .gitignore && add dockerApps.evaluation-test to CI
  • Loading branch information
zeme-wana authored Aug 22, 2023
2 parents 3b1108f + 0126941 commit 1b431da
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ docker/
Makefile
*.sqlite
react-web/node_modules/
.pre-commit-config.yaml
*.ignore.*
todo.txt
23 changes: 20 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion nix/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

{
includedPaths = [
"dockerApps.evaluation-test"
"apps.dockerApps.evaluation-test"
];
}
4 changes: 2 additions & 2 deletions nix/docker-files/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
finalImageName = "nixos/nix";
finalImageTag = "2.15.0";
};
genFlake = inputs'.self.packages.dapps-certification-helpers-exe-generate-flake-ghc927;
buildFlake = inputs'.self.apps.dapps-certification-helpers-exe-build-flake-ghc927;
genFlake = inputs'.self.packages.generate-flake;
buildFlake = inputs'.self.packages.build-flake;
image = pkgs.dockerTools.buildImage (imgAttributes // {
fromImage = nixImage;
diskSize = 5120;
Expand Down
2 changes: 1 addition & 1 deletion nix/per-system-outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{ nix, inputs', l, system, ... }:
{
defaultPackage = inputs'.self.packages.plutus-certification-exe-plutus-certification-ghc927;
defaultPackage = inputs'.self.packages.plutus-certification;

apps.dockerApps = l.optionalAttrs (system == "x86_64-linux") nix.docker-files.docker;
}

0 comments on commit 1b431da

Please sign in to comment.