aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e42204f..31c3ecf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@
2language: nix 2language: nix
3nix: 2.3.4 3nix: 2.3.4
4env: 4env:
5 - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.03 5 - CUSTOM_NIX_PATH=nixpkgs=channel:nixos-20.09
6 6
7# Travis nix integration will install nix AFTER the environment variables are set 7# Travis nix integration will install nix AFTER the environment variables are set
8# and the nix installer will overide NIX_PATH variable thus we need to re-export it 8# and the nix installer will overide NIX_PATH variable thus we need to re-export it