mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ci: Forgot to remove unused sourceCache import
This commit is contained in:
parent
b703ab4838
commit
4d6cf96ed0
1 changed files with 1 additions and 2 deletions
|
|
@ -21,8 +21,7 @@ with lib; {
|
|||
displayName = "niv update build";
|
||||
nativeBuildInputs = [ nix cachix ];
|
||||
environment = [ "OPENSSH_PRIVATE_KEY" ];
|
||||
command = let sources = (import ../.).sources;
|
||||
sourceCache = (import ../.).sourceCache; in
|
||||
command = let sources = (import ../.).sources; in
|
||||
''
|
||||
mkdir ~/.ssh
|
||||
echo "$OPENSSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue