File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 57
57
"branch": "main",
58
58
"nixpkgsBranch": "nixos-unstable"
59
59
},
60
+ {
61
+ "branch": "nixos-24.11",
62
+ "nixpkgsBranch": "nixos-24.11",
63
+ "subPath": "24.11"
64
+ },
60
65
{
61
66
"branch": "nixos-24.05",
62
67
"nixpkgsBranch": "nixos-24.05",
Original file line number Diff line number Diff line change 14
14
type : boolean
15
15
default : true
16
16
description : Update generated files
17
+ nixos-24.11 :
18
+ type : boolean
19
+ description : Also update nixos-24.11
17
20
nixos-24.05 :
18
21
type : boolean
19
22
description : Also update nixos-24.05
43
46
ssh-key : ${{ secrets.CI_UPDATE_SSH_KEY }}
44
47
45
48
# NOTE: If additional "inputs" are added, copy this step
49
+ - name : Update nixos-24.11
50
+ if : inputs['nixos-24.11'] || github.event_name == 'schedule'
51
+ env :
52
+ GH_TOKEN : ${{ github.token }}
53
+ run : |
54
+ gh workflow run update.yml --ref nixos-24.11
55
+
46
56
- name : Update nixos-24.05
47
57
if : inputs['nixos-24.05'] || github.event_name == 'schedule'
48
58
env :
You can’t perform that action at this time.
0 commit comments