From b8fe6d74e9ac093e62f7a3aa401f4597ffc392bf Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 16 Nov 2022 17:37:00 +0100 Subject: [PATCH] fix: my-flake.nix for docs and integration test --- tests/integration/tests/contribute/my-flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/tests/contribute/my-flake.nix b/tests/integration/tests/contribute/my-flake.nix index eed5e215..54536441 100644 --- a/tests/integration/tests/contribute/my-flake.nix +++ b/tests/integration/tests/contribute/my-flake.nix @@ -24,7 +24,7 @@ source = src; projects.my-project = { name = "my-project"; - subsytem = "my-subsystem"; + subsystem = "my-subsystem"; translator = "my-pure-translator"; }; };