]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - default.nix
travis: use recent nixpkgs channel (20.09) to install dependencies
[github/fretlink/ansible-kong-app.git] / default.nix
diff --git a/default.nix b/default.nix
new file mode 100644 (file)
index 0000000..6c1756e
--- /dev/null
@@ -0,0 +1,11 @@
+{ pkgs ? import <nixpkgs> {} }: with pkgs;
+
+  let
+    custom = callPackage ./custom.nix {};
+  in
+{
+  inherit ansible_2_8;
+  inherit (custom)dhall;
+  inherit (python38Packages)
+          ansible-lint;
+}