This commit is contained in:
2023-03-09 00:49:53 -05:00
parent 7cda6e71b3
commit 9e77106ec4
2 changed files with 3 additions and 3 deletions

View File

@@ -118,9 +118,8 @@
runCommandHook = {
newalan = pkgs.writeScript "run-me" ''
#!${pkgs.runtimeShell}
whoami
cd
ls
echo ${self.rev}
Does this match the git rev?
'';
};
};

View File

@@ -43,6 +43,7 @@ async fn main() {
.await
.expect("Err creating client");
if let Err(why) = client.start().await {
println!("Client error: {:?}", why);
}