nixos/tests/gitlab.nix: Document running it

`nix-build $file` is not possible anymore, so this helps both newcomers and old hands.
It's documented in the manual, but that's far away.
This commit is contained in:
Robert Hensing 2023-05-11 14:31:21 +02:00 committed by GitHub
parent 439625d5d5
commit 8b2d1e4554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@
# - Creating Merge Requests and merging them
# - Opening and closing issues.
# - Downloading repository archives as tar.gz and tar.bz2
# Run with
# [nixpkgs]$ nix-build -A nixosTests.gitlab
{ pkgs, lib, ... }:
with lib;