Skip to content

Instantly share code, notes, and snippets.

@grahamc
Last active February 10, 2020 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/8314fcea62772ef03d48dff7fee0dd57 to your computer and use it in GitHub Desktop.
Save grahamc/8314fcea62772ef03d48dff7fee0dd57 to your computer and use it in GitHub Desktop.
Under the <literal>nixos</literal> project, create three jobsets:
1. release-17.09, config:
state: enabled
description: NixOS 17.09 release branch
type: Legacy
Nix expression: nixos/release-combined.nix in input nixpkgs
check interval: 43200
shares: 150000
email notification: unticked
evaluations to keep 1
inputs:
nixpkgs type: Git Checkout, value: https://github.com/NixOS/nixpkgs.git release-17.09
stableBranch type: boolean, value: false
supportedSystems type: nix expression, value: [ "x86_64-linux" ]
2. release-17.09-aarch64
state: enabled
description: NixOS 17.09 release branch
type: Legacy
Nix expression: nixos/release-combined.nix in input nixpkgs
check interval: 43200
shares: 150000
email notification: unticked
evaluations to keep 1
inputs:
limitedSupportedSystems, type: Nix expression, value: []
nixpkgs type: Git Checkout, value: https://github.com/NixOS/nixpkgs.git release-17.09
stableBranch type: boolean, value: false
supportedSystems type: nix expression, value: [ "aarch64-linux" ]
3. release-17.09-small
state: enabled
description: NixOS 17.09 small release branch
type: Legacy
Nix expression: nixos/release-small.nix in input nixpkgs
check interval: 7200
shares: 2000000
email notification: unticked
evaluations to keep 1
inputs:
nixpkgs type: Git Checkout, value: https://github.com/NixOS/nixpkgs.git release-17.09
stableBranch type: boolean, value: false
Under the <literal>nixpkgs</literal> project, create two jobsets:
1. nixpkgs-17.09-darwin, config:
state: enabled
description: Darwin builds for the NixOS 17.09 release.
type: Legacy
Nix expression: pkgs/top-level/release.nix in input nixpkgs
check interval: 14400
shares: 5000
email notification: unticked
evaluations to keep 1
inputs:
nixpkgs type: Git Checkout, value: https://github.com/NixOS/nixpkgs.git release-17.09
officialRelease type: boolean, value: false
supportedSystems type: nix expression, value: [ "x86_64-darwin" ]
2. staging-17.09, config:
state: enabled
description: Staging 17.09
type: Legacy
Nix expression: pkgs/top-level/release.nix in input nixpkgs
check interval: 172800
shares: 5000
email notification: unticked
evaluations to keep 1
inputs:
nixpkgs type: Git Checkout, value: https://github.com/NixOS/nixpkgs.git staging-17.09
officialRelease type: boolean, value: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment