home

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

commit 7c82010ac2208bf70c3d44a41200d28e2f9cd15d
parent a19a4aa63c9b0acd9e689a83f857f9b9f8682cac
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  6 Jun 2020 13:44:37 +0200

tmp: remove obsolete pkgs-build-cachix.sh

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

Diffstat:
Dtmp/hack/pkgs-build-cachix.sh | 16----------------
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/tmp/hack/pkgs-build-cachix.sh b/tmp/hack/pkgs-build-cachix.sh @@ -1,16 +0,0 @@ -#!/usr/bin/env bash -set -e -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" - -pushd $DIR/../pkgs -set +e -for p in *; do - nix-build . -A $p | cachix push shortbrain -done -set -e - -# cleanup -for r in result*; do - unlink $r -done -popd