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

Commit e5c2f6b

Browse files
committed
set project name in nix commands
Signed-off-by: Alexander Diemand <[email protected]>
1 parent 68c6770 commit e5c2f6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# buildables (see release.nix for nomenclature, excluding
44
# the "build machine" last part, specific to release.nix), eg.:
55
#
6-
# - nix build -f default.nix nix-tools.tests.iohk-monitoring # All `iohk-monitoring` tests
7-
# - nix build -f default.nix nix-tools.tests.iohk-monitoring.tests
8-
# - nix build -f default.nix nix-tools.exes.iohk-monitoring # All `iohk-monitoring` executables
9-
# - nix build -f default.nix nix-tools.cexes.iohk-monitoring.example-simple
6+
# - nix build -f default.nix nix-tools.tests.cardano-shell # All `cardano-shell` tests
7+
# - nix build -f default.nix nix-tools.tests.cardano-shell.tests
8+
# - nix build -f default.nix nix-tools.exes.cardano-shell # All `cardano-shell` executables
9+
# - nix build -f default.nix nix-tools.cexes.cardano-shell.cardano-launcher
1010
#
1111
# Generated targets include anything from stack.yaml (via
1212
# nix-tools:stack-to-nix and the nix/regenerate.sh script)

0 commit comments

Comments
 (0)