]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - custom.nix
travis: use recent nixpkgs channel (20.09) to install dependencies
[github/fretlink/ansible-kong-app.git] / custom.nix
similarity index 82%
rename from dhall-1.34.0.nix
rename to custom.nix
index a70d201f47ccfae3c5517f0b2343d2638dc5d6a1..f8fe7ce4bfb02fd577effc0a5718d58394de1ef5 100644 (file)
@@ -1,7 +1,7 @@
 { pkgs ? import <nixpkgs> {} }: with pkgs;
 
 let
-  mkVersion =
+  mkDhallVersion =
     version: sha256:
       stdenv.mkDerivation {
         name = "dhall-${version}";
@@ -19,4 +19,6 @@ let
         '';
       };
 in
-  mkVersion "1.34.0" "0n64jkgbv7a3cmlv3gxpgc11p9b5w0k9nc0zm9am2pzmp6vm6b4n"
+{
+  dhall = mkDhallVersion "1.34.0" "0n64jkgbv7a3cmlv3gxpgc11p9b5w0k9nc0zm9am2pzmp6vm6b4n";
+}