File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
options :
9
9
- ' stable & unstable'
10
10
- ' main'
11
- - ' nixos-23.11 '
11
+ - ' nixos-24.05 '
12
12
schedule :
13
13
- cron : " 0 12 * * SAT" # runs weekly on Saturday at noon
14
14
@@ -18,12 +18,12 @@ jobs:
18
18
matrix :
19
19
# This allows to update both stable & unstable branches, but not both when triggered
20
20
# manually
21
- branch : ['main', 'nixos-23.11 ']
21
+ branch : ['main', 'nixos-24.05 ']
22
22
selectedBranch : ["${{ inputs.branch }}"]
23
23
exclude :
24
24
- selectedBranch : main
25
- branch : ' nixos-23.11 '
26
- - selectedBranch : ' nixos-23.11 '
25
+ branch : ' nixos-24.05 '
26
+ - selectedBranch : ' nixos-24.05 '
27
27
branch : main
28
28
name : Update the flake inputs and generate options
29
29
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5
5
mkdir -p docs-build
6
6
nix build github:nix-community/nixvim#docs
7
7
cp -r result/share/doc/* docs-build
8
- nix build github:nix-community/nixvim/nixos-23.11 #docs
8
+ nix build github:nix-community/nixvim/nixos-24.05 #docs
9
9
cp -r result/share/doc docs-build/stable
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ You must use a `nixpkgs` version compatible with the nixvim version you choose.
5
5
The ` master ` branch requires to use a _ very recent_ version of nixpkgs unstable.
6
6
In order to guarantee the compatibility between nixvim & nixpkgs it is recommended to always update both at the same time.
7
7
8
- When using a ` stable ` version you must use the corresponding nixvim branch, for example ` nixos-23 .05 ` when using NixOS 23 .05.
8
+ When using a ` stable ` version you must use the corresponding nixvim branch, for example ` nixos-24 .05 ` when using NixOS 24 .05.
9
9
10
10
Failure to use the correct branch, or an old revision of nixpkgs will likely result in errors of the form ` vimPlugins.<name> attribute not found ` .
11
11
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ home-manager.lib.homeManagerConfiguration {
11
11
home . username = "nixvim" ;
12
12
home . homeDirectory = "/invalid/dir" ;
13
13
14
- home . stateVersion = "23 .05" ;
14
+ home . stateVersion = "24 .05" ;
15
15
16
16
programs . nixvim = {
17
17
enable = true ;
You can’t perform that action at this time.
0 commit comments