home

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

commit 22e24904c8c867f18b604db87d30c2b285cd6e60
parent ee0f63b66dbcb4c514ebbfad20a0f0c55c5d110b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 May 2020 08:47:03 +0200

build/nixos: fix ci.nix path

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

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

diff --git a/.builds/nixos.yml b/.builds/nixos.yml @@ -6,4 +6,4 @@ secrets: tasks: - pkgs: | export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) - nix-build ci.nix -A cacheOutputs | cachix push shortbrain + nix-build home/ci.nix -A cacheOutputs | cachix push shortbrain