mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-16 05:00:35 +05:00
6 lines
158 B
YAML
6 lines
158 B
YAML
language: nix
|
|
script:
|
|
- git clone --depth 1 https://github.com/NixOS/nixpkgs ../nixpkgs
|
|
- nix-build tests/intern.nix
|
|
- nix-build tests/extern.nix
|