aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix11
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
3with pkgs;
4{
5 inherit shellcheck
6 ansible_2_8;
7 inherit (python37Packages)
8 ansible-lint;
9 inherit (haskellPackages)
10 dhall_1_27_0;
11}