about summary refs log tree commit diff
path: root/nixos/tests/gitlab.nix
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-05-11 14:31:21 +0200
committerGitHub <noreply@github.com>2023-05-11 14:31:21 +0200
commit8b2d1e455452186f2f7aa57d14d289bc9894a52b (patch)
tree5905085e3f1989f757d9c3d5e329aa3a88437739 /nixos/tests/gitlab.nix
parent439625d5d543e085619f5b24d9da16f6737ebcfc (diff)
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.
Diffstat (limited to 'nixos/tests/gitlab.nix')
-rw-r--r--nixos/tests/gitlab.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix
index ff10d3de812aa..672b497e7ec68 100644
--- a/nixos/tests/gitlab.nix
+++ b/nixos/tests/gitlab.nix
@@ -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;