blob: 1532198268a95b33da8dfae14c7305399408ab2d [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "install",
srcs = ["install.go"],
importpath = "source.monogon.dev/metropolis/installer/install",
visibility = ["//visibility:public"],
deps = [
"//osbase/blockdev",
"//osbase/efivarfs",
"//osbase/fat32",
"//osbase/gpt",
"//osbase/structfs",
"@com_github_google_uuid//:uuid",
],
)