diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-12-08 11:28:45 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-12-08 11:34:17 +0100 |
commit | 4c9962dd07f4249fa013dcafc3bc6ae9c8d12742 (patch) | |
tree | 1d6bc1899aa8749abf2cfac21c2fe590294950d9 /default.nix | |
parent | 117a573db72d925da7161fb9ee340800581ec673 (diff) | |
download | ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.tar.gz ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.tar.zst ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.zip |
dhall: upgrade minimum compatible Dhall version to at least 1.29.0
This commit also upgrades the nix channel used in the CI to be able to
test with Dhall v1.34.0
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 | } |