diff options
author | mail_redacted_for_web | 2021-05-12 17:17:23 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-12 17:17:23 +0100 |
commit | 061ca3be10e05e39810afd350737b0acaf90014d (patch) | |
tree | 910d48b368d0475c92faa49f0eebbf84ab0619a1 | |
parent | f4c9cd90fc0bc8fa14c0ec4a44435c3a0df58cad (diff) | |
download | control-repo-template-061ca3be10e05e39810afd350737b0acaf90014d.tar.bz2 |
Create nix.json
-rw-r--r-- | site-modules/adhoc/tasks/nix.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site-modules/adhoc/tasks/nix.json b/site-modules/adhoc/tasks/nix.json new file mode 100644 index 0000000..73b7252 --- /dev/null +++ b/site-modules/adhoc/tasks/nix.json @@ -0,0 +1,4 @@ +{ + "description": "This is the description for the nix task", + "input_method": "environment" + } |