gitlab-ci: update Nixpkgs pin
This commit is contained in:
parent
84bcce3c25
commit
a6a3abb295
|
@ -1,8 +1,8 @@
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
# Pinned 2020-03-28.
|
# Pinned 2020-09-11.
|
||||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/05f0934825c2a0750d4888c4735f9420c906b388.tar.gz"
|
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/6d4b93323e7f78121f8d6db6c59f3889aa1dd931.tar.gz"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Reference in a new issue