chore(besadii): Make besadii a Go2 project
Change-Id: Id5aef73b131252fb9c880dd95fc72bfe083f1b75
This commit is contained in:
parent
e1e1764e32
commit
2183cfe5de
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# sourcehut.
|
# sourcehut.
|
||||||
{ depot, ... }:
|
{ depot, ... }:
|
||||||
|
|
||||||
depot.buildGo.program {
|
depot.nix.buildTypedGo.program {
|
||||||
name = "besadii";
|
name = "besadii";
|
||||||
srcs = [ ./main.go ];
|
srcs = [ ./main.go2 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue