From ce6889c6f90ba5bc4843afb1f4e321866b324ff6 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Mon, 5 Oct 2020 18:48:57 +0200 Subject: travis: use recent nixpkgs channel (20.09) to install dependencies --- default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..6c1756e --- /dev/null +++ b/default.nix @@ -0,0 +1,11 @@ +{ pkgs ? import {} }: with pkgs; + + let + custom = callPackage ./custom.nix {}; + in +{ + inherit ansible_2_8; + inherit (custom)dhall; + inherit (python38Packages) + ansible-lint; +} -- cgit v1.2.3