mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
gitlab-ci: pin Nixpkgs version
This commit is contained in:
parent
ebf1df58da
commit
0bb2d87cfd
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
# Pinned 2020-01-01.
|
||||||
|
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/b0bbacb52134a7e731e549f4c0a7a2a39ca6b481.tar.gz"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
Loading…
Reference in a new issue