Commit 5cbf8abd0a84

Vincent Demeester <vincent@sbr.pm>
2020-05-25 13:16:01
builds: split nixos into two :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent cbba894
Changed files (1)
.builds
.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: