home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5cbf8abd0a84a535c9d2fff0e2fe4afdb8261274
parent cbba8948a7fcbe9ba0944e46c68921c086833f3e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 25 May 2020 13:16:01 +0200

builds: split nixos into two :)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/nixos.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.builds/nixos.yml b/.builds/nixos.yml @@ -5,13 +5,14 @@ secrets: sources: - git@git.sr.ht:~vdemeester/secrets tasks: -- pkgs: | +- 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 +- pkgs: | nix-build home/ci.nix -A cacheOutputs | cachix push shortbrain curl -XPOST "https://nur-update.herokuapp.com/update?repo=vdemeester" triggers: