aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
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 @@
3with pkgs; 3with 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}