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:
parent
64cc4aa0ce
commit
f66f6445ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user