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??
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user