CI: .travis.yml: upd CACHIX_SIGNING_KEY explanation

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-23 20:44:11 +03:00
parent ebc8cb3de5
commit 14acf24ba5
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ git:
env:
global:
# NOTE: This is secure CACHIX_SIGNING_KEY=val
# NOTE: This is secure CACHIX_SIGNING_KEY=val, it is only available on project internal branches, so Cachix would push only there
- secure: "dm6I+M4+V+C7QMTpcSADdKPE633SvmToXZrTbZ7miNDGmMN+/SfHeN2ybi1+PW6oViMlbPN/7J/aEfiGjSJI8vLk72Y4uCWGmpSb8TXZLu6+whnxtZzzW8+z4tsM4048QJg7CF3N/25U8thRFgs3DqUub1Sf3nG9LrNWdz6ZcDQ="
###
### NOTE: This configuration uses `build.sh` interface, which uses `default.nix` interface, which exposes the Nixpkgs Haskell Lib interface.