.included.yml: replace --nixpkgs_ver with -I argument"

This commit is contained in:
MaCXyLo oLyXCaM 2019-12-02 12:11:53 +01:00
parent f14be9ee75
commit 028099a867

View File

@ -12,7 +12,7 @@ image: lnl7/nix:latest
- chmod +w /etc/nix/nix.conf
- echo "system-features = kvm" >> /etc/nix/nix.conf
script:
- nix-shell --command './nixos-generate -f $formats --nixpkgs_ver $nixpkgs_ver'
- nix-shell --command './nixos-generate -f $formats -I nixpkgs=channel:nixos-$nixpkgs_ver'
after_script:
- cp -rf result/$output_file ./
artifacts: