mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
gitlab-ci: use nixos-unstable channel
This commit is contained in:
parent
33407189c1
commit
0027b0e76b
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
image: nixos/nix:latest
|
||||
|
||||
variables:
|
||||
# Pinned 2020-09-11.
|
||||
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/6d4b93323e7f78121f8d6db6c59f3889aa1dd931.tar.gz"
|
||||
NIX_PATH: "nixpkgs=channel:nixos-unstable"
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
|
Loading…
Reference in a new issue