flake shell: use common.sh to add the key

This commit is contained in:
Aaron Bieber 2022-09-02 12:59:11 -06:00
parent d91af26fda
commit b56b62f5f5
No known key found for this signature in database

View File

@ -78,7 +78,7 @@
pkgs.mkShell {
shellHook = ''
PS1='\u@\h:\w; '
ssh-add /run/secrets/manager_key
( . ./common.sh; start )
'';
nativeBuildInputs = with pkgs; [
git