From 1b0af1090271aeb268d719880ce558b17ce39ef6 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Wed, 15 Mar 2023 12:36:49 -0700 Subject: [PATCH] nixos/release-small.nix: add instructions for running individual jobs --- nixos/release-small.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index 7be300bbcf3b..2b553adf2bd6 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -1,7 +1,11 @@ # This jobset is used to generate a NixOS channel that contains a # small subset of Nixpkgs, mostly useful for servers that need fast # security updates. - +# +# Individual jobs can be tested by running: +# +# nix-build nixos/release-small.nix -A +# { nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; } , stableBranch ? false , supportedSystems ? [ "aarch64-linux" "x86_64-linux" ] # no i686-linux