blob: 8ca9f1591c3b3193f1a5c2eb0bec03652d42e558 [file] [log] [blame]
Tim Windelschmidt6d33a432025-02-04 14:34:25 +01001// Copyright The Monogon Project Authors.
2// SPDX-License-Identifier: Apache-2.0
3
Leopoldbe326c22023-01-04 20:42:59 +01004//go:build tools
5// +build tools
6
7package sandboxroot
8
9import (
10 _ "github.com/rmohr/bazeldnf/cmd"
11)