gitlab-ci: update nixpkgs pin
This commit is contained in:
parent
5cfc9fed79
commit
db6e261794
|
@ -1,8 +1,8 @@
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
# Pinned 2020-01-01.
|
# Pinned 2020-03-28.
|
||||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/b0bbacb52134a7e731e549f4c0a7a2a39ca6b481.tar.gz"
|
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/05f0934825c2a0750d4888c4735f9420c906b388.tar.gz"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Reference in a new issue