diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 @@ | |||
2 | language: nix | 2 | language: nix |
3 | nix: 2.3.4 | 3 | nix: 2.3.4 |
4 | env: | 4 | env: |
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 |