ci: stable -> unstable

NUR upstream requires that everything builds on Nixpkgs unstable, so I
guess that's what we're using. Also enable NixOS unstable to see if we
can get that for free as well.
This commit is contained in:
xeals 2020-10-17 14:26:06 +11:00
parent 64cc4aa0ce
commit f66f6445ea
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -12,9 +12,9 @@ env:
jobs: jobs:
include: include:
# - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable
# - env: NIX_PATH=nixpkgs=channel:nixos-unstable - env: NIX_PATH=nixpkgs=channel:nixos-unstable
- env: NIX_PATH=nixpkgs=channel:nixos-20.03 # - env: NIX_PATH=nixpkgs=channel:nixos-20.03
script: script:
- nix-build ci.nix -kA buildOutputs - nix-build ci.nix -kA buildOutputs