mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
treewide: replace mentions of 24.11 with 25.05
This commit is contained in:
parent
f80d8d5907
commit
764a9b8dda
6 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@ self.inputs.nixpkgs.lib.nixosSystem {
|
|||
|
||||
modules = [
|
||||
{
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "25.05";
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
fileSystems."/" = {
|
||||
device = "/non/existent/device";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue