From 0b53376ef60f09d44e19c640cdcef25bb206b999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 7 Aug 2020 11:36:47 +0100 Subject: [PATCH 1/2] add flake.lock packages needs this --- flake.lock | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..888ded0 --- /dev/null +++ b/flake.lock @@ -0,0 +1,25 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1596792298, + "narHash": "sha256-DM1fPvyRKneMihzALrguof78FxzBfRw243EFggkpog0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "585aa266d36fc6cc5f300d6f0696f89168f38c3c", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} From d984024f45b0a05d6097f3f99fd7be61b1024052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 2 Aug 2020 11:39:59 +0100 Subject: [PATCH 2/2] try to fix certificates --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cf1ccb4..55c3c1b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,9 @@ steps: environment: NIX_REMOTE: daemon PATH: /nix/var/nix/profiles/system/sw/bin/ - SSL_CERT_FILE: /nix/var/nix/profiles/system/etc/ssl/certs/ca-bundle.crt + SSL_CERT_FILE: /nix/var/nix/profiles/system/etc/ssl/certs/ca-certificates.crt + GIT_SSL_CAINFO: /nix/var/nix/profiles/system/etc/ssl/certs/ca-certificates.crt + CURL_CA_BUNDLE: /nix/var/nix/profiles/system/etc/ssl/certs/ca-certificates.crt PAGER: cat USER: root volumes: @@ -26,6 +28,6 @@ volumes: path: /nix --- kind: signature -hmac: 1d9dc0576a5f871c84ac9fd1919fcbd85a7e68fe927f8467d1bfc856fa0c5967 +hmac: d9b3b156902d9351d56c103b9c9f91588c9b3ed17a821dd14877bf8e567d939d ...