Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 91fc6de

Browse files
committed
updated commands for 'cardano-shell'
Signed-off-by: Alexander Diemand <[email protected]>
1 parent 97d5f35 commit 91fc6de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

release.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ commonLib.nix-tools.release-nix {
3535
#
3636
# Example:
3737
#
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.
4242

4343
# The required jobs that must pass for ci not to fail:
4444
required-name = "cardano-shell-required-checks";
@@ -48,4 +48,4 @@ commonLib.nix-tools.release-nix {
4848

4949
jobs.nix-tools.exes.cardano-shell.x86_64-linux
5050
];
51-
}
51+
}

0 commit comments

Comments
 (0)