fix: silence nix evaluation warnings for neovim/opencode/system

This commit is contained in:
m3tm3re
2026-04-13 19:18:25 +02:00
parent fa608ae399
commit 55aac2c910
3 changed files with 87 additions and 68 deletions

View File

@@ -53,4 +53,7 @@
};
};
colorScheme = inputs.nix-colors.colorSchemes.dracula;
# Explicitly set new HM 26.05 default to silence legacy warning on older stateVersion.
programs.neovim.withRuby = lib.mkDefault false;
}