This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ commonLib.nix-tools.release-nix {
35
35
#
36
36
# Example:
37
37
#
38
- # nix-tools.libs.iohk-monitoring .x86_64-darwin -- will build the iohk-monitoring library on and for macOS
39
- # nix-tools.libs.x86_64-pc-mingw32-iohk-monitoring .x86_64-linux -- will build the iohk-monitoring library on linux for windows.
40
- # nix-tools.tests.iohk-monitoring.tests .x86_64-linux -- will build and run the tests from the
41
- # iohk-monitoring package on linux.
38
+ # nix-tools.libs.cardano-shell .x86_64-darwin -- will build the cardano-shell library on and for macOS
39
+ # nix-tools.libs.x86_64-pc-mingw32-cardano-shell .x86_64-linux -- will build the cardano-shell library on linux for windows.
40
+ # nix-tools.tests.cardano-shell.cardano-shell-test .x86_64-linux -- will build and run the tests from the
41
+ # cardano-shell package on linux.
42
42
43
43
# The required jobs that must pass for ci not to fail:
44
44
required-name = "cardano-shell-required-checks" ;
@@ -48,4 +48,4 @@ commonLib.nix-tools.release-nix {
48
48
49
49
jobs . nix-tools . exes . cardano-shell . x86_64-linux
50
50
] ;
51
- }
51
+ }
You can’t perform that action at this time.
0 commit comments