Unverified Commit 3da93fd5 authored by Adam Joseph's avatar Adam Joseph Committed by GitHub
Browse files

Merge pull request #221365 from amjoseph-nixpkgs/pr/nixos/release/comment

nixos/release-small.nix: add instructions for running individual jobs
parents 7913ebc8 1b0af109
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
# 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