From 8b2d1e455452186f2f7aa57d14d289bc9894a52b Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 11 May 2023 14:31:21 +0200 Subject: [PATCH] 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. --- nixos/tests/gitlab.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix index ff10d3de812a..672b497e7ec6 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;