commit 0ecfe2d67b7d1ba5087e9f08113eab80d08b0aeb
parent 233c12fc02b73f63fb148f5588383cff43588f12
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 25 May 2020 14:46:55 +0200
builds: cachix export everywhere 😓
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/.builds/nix-pkgs.yml b/.builds/nix-pkgs.yml
@@ -6,17 +6,22 @@ sources:
- git@git.sr.ht:~vdemeester/secrets
tasks:
- setup: |
- set -euo pipefail
- set +x
- export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
- set -x
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use shortbrain
- nixos: |
+ set +x
+ export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+ set -x
nix-build home/ci.nix -A nixosCacheOutputs | cachix push shortbrain
- nixos-unstable: |
+ set +x
+ export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+ set -x
nix-build home/ci.nix -A nixosUnstableCacheOutputs | cachix push shortbrain
- nixpkgs: |
+ set +x
+ export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+ set -x
nix-build home/ci.nix -A nixkgsCacheOutputs | cachix push shortbrain
- nur-update: |
curl -XPOST "https://nur-update.herokuapp.com/update?repo=vdemeester"
diff --git a/.builds/nix-systems.yml b/.builds/nix-systems.yml
@@ -6,13 +6,12 @@ sources:
- git@git.sr.ht:~vdemeester/secrets
tasks:
- setup: |
- set -euo pipefail
- set +x
- export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
- set -x
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use shortbrain
- systems: |
+ set +x
+ export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+ set -x
nix-build home -A x86_64-linux
triggers:
- action: email