From 18e84e52798caf14fe5cbb8b7f584a684e57dd29 Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 24 May 2021 23:29:23 +0100 Subject: [PATCH] ci: Attempt to fix cleanliness of derivation --- ci/niv-cron.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/niv-cron.nix b/ci/niv-cron.nix index f6b03435..0f97c614 100644 --- a/ci/niv-cron.nix +++ b/ci/niv-cron.nix @@ -40,12 +40,14 @@ with lib; { tasks.niv-build.inputs = with channels.cipkgs; ci.command { name = "niv-update-build"; + allowSubstitutes = false; cache = { enable = false; }; displayName = "niv update build"; environment = [ "OPENSSH_PRIVATE_KEY" "CACHIX_SIGNING_KEY" "GITHUB_REF" ]; command = '' + # ${toString builtins.currentTime} if [[ -n $OPENSSH_PRIVATE_KEY ]]; then mkdir ~/.ssh echo "$OPENSSH_PRIVATE_KEY" > ~/.ssh/id_rsa