Planning
This commit is contained in:
@@ -119,7 +119,12 @@
|
||||
newalan = pkgs.writeScript "run-me" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
echo ${self.rev}
|
||||
Does this match the git rev?
|
||||
## Todo grab git deployment key
|
||||
## Use this secret to deploy
|
||||
## with deploy.nix
|
||||
##
|
||||
## Need buildInputs to depend
|
||||
## on newalan, and also newalan-tests??
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
@@ -43,7 +43,6 @@ async fn main() {
|
||||
.await
|
||||
.expect("Err creating client");
|
||||
|
||||
|
||||
if let Err(why) = client.start().await {
|
||||
println!("Client error: {:?}", why);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user