]> git.immae.eu Git - github/fretlink/ansible-clever.git/commitdiff
ci: fix nix version and nix channel version 58/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Mon, 25 Nov 2019 14:05:51 +0000 (15:05 +0100)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Tue, 26 Nov 2019 16:04:18 +0000 (17:04 +0100)
In order to avoid having bad surprises with automatic updates let's
fix the nix channel version. For now the default travis behavior is to
use `nixpkgs-unstable` (see
https://docs.travis-ci.com/user/languages/nix#overview).

.travis.yml

index 4f5d09c4f15a36f43af56e2f0d5cd26f001e35e8..22e80b39f6a3aacc7fdcad65f44e6cb3efadd89f 100644 (file)
@@ -1,10 +1,12 @@
 ---
-language: nix
-
 sudo: false
+language: nix
+nix: 2.2.1
+env:
+  - NIX_PATH=nixpkgs=channel:nixos-19.09
 
 install:
-  - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.7.0
+  - nix-env -iA pkgs.python37Packages.ansible-lint pkgs.python37Packages.ansible pkgs.shellcheck -f '<nixpkgs>'
   - nix-env -if ./dhall-1.26.1.nix
 
   # Check ansible version