mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-05 16:17:47 +00:00
8 lines
294 B
YAML
8 lines
294 B
YAML
stages:
|
|
- build
|
|
|
|
build-job:
|
|
stage: build
|
|
script:
|
|
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests
|
|
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.05.tar.gz -A sops-install-secrets.tests
|