diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-06-22 16:03:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 16:03:33 +0200 |
commit | 44af02cef61e043b971f03aa5cec5a4caa6d6875 (patch) | |
tree | f61e2238d3327073a6bae436cc63fcc36065b9cc /default.nix | |
parent | fcb00fd5cc86db70d122e126f52e24d0eba4af96 (diff) | |
parent | 3d17c5eb5948d7297112599a9ea852b5853b3260 (diff) | |
download | ansible-clever-44af02cef61e043b971f03aa5cec5a4caa6d6875.tar.gz ansible-clever-44af02cef61e043b971f03aa5cec5a4caa6d6875.tar.zst ansible-clever-44af02cef61e043b971f03aa5cec5a4caa6d6875.zip |
Merge pull request #69 from paulrbr-fl/documentation
core: README cleanup and test env cleanup
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..15ee01e --- /dev/null +++ b/default.nix | |||
@@ -0,0 +1,11 @@ | |||
1 | { pkgs ? import <nixpkgs> {} }: | ||
2 | |||
3 | with pkgs; | ||
4 | { | ||
5 | inherit shellcheck | ||
6 | ansible_2_8; | ||
7 | inherit (python37Packages) | ||
8 | ansible-lint; | ||
9 | inherit (haskellPackages) | ||
10 | dhall_1_27_0; | ||
11 | } | ||