diff options
author | mail_redacted_for_web | 2021-05-12 17:42:07 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-12 17:42:07 +0100 |
commit | fe708d35b604b0fbba68bb71c7b456c5c6c8d60e (patch) | |
tree | fd77de2a79fde1989a158541ea2fa3cae5314153 /site-modules | |
parent | 76aa3960c9ceeefeffd02d0372352eb3d3def96a (diff) | |
download | control-repo-template-fe708d35b604b0fbba68bb71c7b456c5c6c8d60e.tar.bz2 |
Update and rename nix.json to nix_example.json
Diffstat (limited to 'site-modules')
-rw-r--r-- | site-modules/adhoc/tasks/nix.json | 4 | ||||
-rw-r--r-- | site-modules/adhoc/tasks/nix_example.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/site-modules/adhoc/tasks/nix.json b/site-modules/adhoc/tasks/nix.json deleted file mode 100644 index 73b7252..0000000 --- a/site-modules/adhoc/tasks/nix.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "description": "This is the description for the nix task", - "input_method": "environment" - } diff --git a/site-modules/adhoc/tasks/nix_example.json b/site-modules/adhoc/tasks/nix_example.json new file mode 100644 index 0000000..8c5ed75 --- /dev/null +++ b/site-modules/adhoc/tasks/nix_example.json @@ -0,0 +1,4 @@ +{ + "description": "This is the description for the nix_example task", + "input_method": "environment" + } |