mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/darwin: add system.stateversion
Required in latest nix-darwin update
This commit is contained in:
parent
79f0f73859
commit
908721cdbd
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ nix-darwin.lib.darwinSystem {
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.stateVersion = 5;
|
||||||
}
|
}
|
||||||
nixvim.nixDarwinModules.nixvim
|
nixvim.nixDarwinModules.nixvim
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue