chore(besadii): Make besadii a Go2 project

Change-Id: Id5aef73b131252fb9c880dd95fc72bfe083f1b75
This commit is contained in:
Vincent Ambo 2020-06-18 02:33:23 +01:00
parent e1e1764e32
commit 2183cfe5de
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# sourcehut.
{ depot, ... }:
depot.buildGo.program {
depot.nix.buildTypedGo.program {
name = "besadii";
srcs = [ ./main.go ];
srcs = [ ./main.go2 ];
}