From 636bf21caf774a6eef4e678b79bad524c9ef3b01 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 29 Jan 2017 01:21:09 +0100 Subject: Feature complete time specification --- result.gup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'result.gup') diff --git a/result.gup b/result.gup index 5c03e49..f1c92fa 100644 --- a/result.gup +++ b/result.gup @@ -1,4 +1,8 @@ #!/usr/bin/env zsh +gup --always gup -u postdelay.nix default.nix -nix-build -o ${1} ./default.nix \ No newline at end of file + +nix-build -o ${1} ./default.nix + +find . \( \( -name '.gup' -or -name '.git' \) -prune \) -or \( -type f -exec shasum '{}' ';' \) | gup --contents \ No newline at end of file -- cgit v1.2.3