Skip to content
Snippets Groups Projects
Verified Commit 15288713 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: no code fix; only release and publish process

parent 658d7d88
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@
scriptRunCITests = pkgs'.callPackage ./nix/scripts/run-ci-tests.nix {inherit pkgs';};
scriptRunCIWebTests = pkgs'.callPackage ./nix/scripts/run-ci-web-tests.nix {inherit pkgs';};
scriptRelease = pkgs'.callPackage ./nix/scripts/release.nix {inherit pkgs';};
scriptBuildAndPublish = pkgs'.callPackage ./nix/scripts/build-and-publish.nix {inherit pkgs';};
scriptBuildAndPublish = pkgs'.callPackage ./nix/scripts/build-and-publish.nix {inherit pkgs' system self;};
commonPackages = import ./nix/config/common-packages.nix {inherit pkgs';};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment