1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

gitlab-ci: pin Nixpkgs version

This commit is contained in:
Robert Helgesson 2020-01-01 13:52:01 +01:00
parent ebf1df58da
commit 0bb2d87cfd
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -1,5 +1,9 @@
image: nixos/nix:latest
variables:
# Pinned 2020-01-01.
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/b0bbacb52134a7e731e549f4c0a7a2a39ca6b481.tar.gz"
stages:
- test
- deploy