diff options
Diffstat (limited to 'users/wpcarro/tools/rfcToKindle/default.nix')
-rw-r--r-- | users/wpcarro/tools/rfcToKindle/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/tools/rfcToKindle/default.nix b/users/wpcarro/tools/rfcToKindle/default.nix index 8fb93c3bb5b8..4ea271943950 100644 --- a/users/wpcarro/tools/rfcToKindle/default.nix +++ b/users/wpcarro/tools/rfcToKindle/default.nix @@ -2,7 +2,7 @@ # TODO: This doesn't depend on `sendgmr` at the moment, but it should. As such, # it's an imcomplete packaging. -depot.buildGo.program { +depot.nix.buildGo.program { name = "rfcToKindle"; srcs = [ ./main.go |