Skip to content

Commit 2773737

Browse files
committed
fix cryptolyzer example
1 parent 573dcf9 commit 2773737

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/CryptoLyzer/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
nixos = {
4848
modules.programs.cryptolyzer = {
4949
module = ./programs/module.nix;
50-
};
51-
# TODO: this absolute basic example, which may show up just about anywhere, can probably extracted into a pattern with two parameters: the program module and the command to run for the smoke test
52-
examples."Enable CryptoLyzer" = {
53-
module = ./programs/examples/example.nix;
54-
tests.basic.module = ./programs/tests/test.nix;
50+
# TODO: this absolute basic example, which may show up just about anywhere, can probably extracted into a pattern with two parameters: the program module and the command to run for the smoke test
51+
examples."Enable CryptoLyzer" = {
52+
module = ./programs/examples/example.nix;
53+
tests.basic.module = ./programs/tests/test.nix;
54+
};
5555
};
5656

5757
demo.shell = {

0 commit comments

Comments
 (0)