mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
bazel: use cryptsetup from nix
This commit is contained in:
parent
b424a15cb7
commit
3229d3b571
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
],
|
||||
cgo = True,
|
||||
+ cdeps = [
|
||||
+ "@//rpm:cryptsetup",
|
||||
+ "@//nix/cc:cryptsetup",
|
||||
+ ],
|
||||
importpath = "github.com/martinjungblut/go-cryptsetup",
|
||||
visibility = ["//visibility:public"],
|
||||
|
|
|
@ -9,7 +9,7 @@ go_library(
|
|||
],
|
||||
# keep
|
||||
cdeps = [
|
||||
"@//rpm:cryptsetup",
|
||||
"@//nix/cc:cryptsetup",
|
||||
],
|
||||
cgo = True,
|
||||
importpath = "github.com/edgelesssys/constellation/v2/internal/cryptsetup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue