Merge pull request #221365 from amjoseph-nixpkgs/pr/nixos/release/comment
nixos/release-small.nix: add instructions for running individual jobs
This commit is contained in:
commit
3da93fd582
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
# This jobset is used to generate a NixOS channel that contains a
|
# This jobset is used to generate a NixOS channel that contains a
|
||||||
# small subset of Nixpkgs, mostly useful for servers that need fast
|
# small subset of Nixpkgs, mostly useful for servers that need fast
|
||||||
# security updates.
|
# 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"; }
|
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
|
||||||
, stableBranch ? false
|
, stableBranch ? false
|
||||||
, supportedSystems ? [ "aarch64-linux" "x86_64-linux" ] # no i686-linux
|
, supportedSystems ? [ "aarch64-linux" "x86_64-linux" ] # no i686-linux
|
||||||
|
|
Loading…
Reference in a new issue