view config/BUILD @ 43:5e6a5d3c6868

[Personal] Moving my vim-set up config here.
author MrJuneJune <me@mrjunejune.com>
date Mon, 01 Dec 2025 22:43:40 -0800
parents f33d9ff8b6e8
children 9df5587cf23b
line wrap: on
line source

config_setting(
  name        = "macos",
  constraint_values = ["@platforms//os:osx"],
)

config_setting(
  name        = "linux",
  constraint_values = ["@platforms//os:linux"],
)