about summary refs log tree commit diff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-03-15 12:36:49 -0700
committerAdam Joseph <adam@westernsemico.com>2023-03-15 12:37:15 -0700
commit1b0af1090271aeb268d719880ce558b17ce39ef6 (patch)
tree65133904a5cae6cf10b0a9c81438694860e81e3e /nixos/release-small.nix
parent3c2d5aac29fd0fa4cba733139e860b7e96b1ba44 (diff)
nixos/release-small.nix: add instructions for running individual jobs
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 7be300bbcf3be..2b553adf2bd60 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 <jobname>
+#
 { nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
 , stableBranch ? false
 , supportedSystems ? [ "aarch64-linux" "x86_64-linux" ] # no i686-linux