niv update ()

* remove vpsadmin

We're not using this at the moment

* niv update
This commit is contained in:
Jonas Chevalier 2021-01-03 00:53:49 +00:00 committed by GitHub
parent be65264a3f
commit c96e15b14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 34 deletions

View file

@ -22,6 +22,5 @@ pkgs.mkShell {
shellHooks = ''
export CLOUDFLARE_API_TOKEN=$(< ./secrets/cloudflare-api-token)
export VPSADMIN_API_TOKEN=$(< ./secrets/vpsadmin-token)
'';
}