diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-12-08 11:41:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 11:41:22 +0100 |
commit | e38cc06337f74c4ab841e09e4be254ddbf3faab7 (patch) | |
tree | 1d6bc1899aa8749abf2cfac21c2fe590294950d9 /default.nix | |
parent | b731b96649a95825576060e8821e247b99aa8f2d (diff) | |
parent | 4c9962dd07f4249fa013dcafc3bc6ae9c8d12742 (diff) | |
download | ansible-clever-e38cc06337f74c4ab841e09e4be254ddbf3faab7.tar.gz ansible-clever-e38cc06337f74c4ab841e09e4be254ddbf3faab7.tar.zst ansible-clever-e38cc06337f74c4ab841e09e4be254ddbf3faab7.zip |
Merge pull request #78 from paulrbr-fl/add-mongo-addonv2.9
dhall: Add the MongoDB addon type to the Addon sum type
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/default.nix b/default.nix index 15ee01e..d68a922 100644 --- a/default.nix +++ b/default.nix | |||
@@ -3,9 +3,8 @@ | |||
3 | with pkgs; | 3 | with pkgs; |
4 | { | 4 | { |
5 | inherit shellcheck | 5 | inherit shellcheck |
6 | ansible_2_8; | 6 | ansible_2_8 |
7 | inherit (python37Packages) | 7 | dhall; |
8 | inherit (python3Packages) | ||
8 | ansible-lint; | 9 | ansible-lint; |
9 | inherit (haskellPackages) | ||
10 | dhall_1_27_0; | ||
11 | } | 10 | } |