about summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-08-27 11:08:06 +0100
committeradisbladis <adisbladis@gmail.com>2019-08-27 11:08:06 +0100
commitd786da89e5523fd58a12e4d54217a9a35ea89a78 (patch)
tree2571772f5d2332ed49e339da8894ce80233f3590 /.ci
parent962e718a436b881e3a08d7955a918648935a2940 (diff)
downloadnixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.tar
nixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.tar.gz
nixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.tar.bz2
nixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.tar.lz
nixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.tar.xz
nixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.tar.zst
nixlib-d786da89e5523fd58a12e4d54217a9a35ea89a78.zip
Switch back to unstable channel
All changes in master required to run this repo has now reached
unstable and master is sometimes causing large rebuilds.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/cron b/.ci/cron
index 0fce9fca9047..365dc78eab24 100755
--- a/.ci/cron
+++ b/.ci/cron
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Note: This script is executed from git root
-export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
+export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz
 
 if [ $CI_PIPELINE_SOURCE != "schedule" ] && [ $CI_PIPELINE_SOURCE != "web" ]; then
     echo "Only scheduled or manual jobs will run, consider successful"