summaryrefslogtreecommitdiff
path: root/result.gup
diff options
context:
space:
mode:
authorGregor Kleen <aethoago@141.li>2017-01-29 01:21:09 +0100
committerGregor Kleen <aethoago@141.li>2017-01-29 01:21:09 +0100
commit636bf21caf774a6eef4e678b79bad524c9ef3b01 (patch)
tree6aad0810c7ba1e935cb0f263080a4123dc726725 /result.gup
parent067c9c10e08bc48678687996945b35fa921229f4 (diff)
downloadpostdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar
postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar.gz
postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar.bz2
postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.tar.xz
postdelay-636bf21caf774a6eef4e678b79bad524c9ef3b01.zip
Feature complete time specification
Diffstat (limited to 'result.gup')
-rw-r--r--result.gup6
1 files changed, 5 insertions, 1 deletions
diff --git a/result.gup b/result.gup
index 5c03e49..f1c92fa 100644
--- a/result.gup
+++ b/result.gup
@@ -1,4 +1,8 @@
1#!/usr/bin/env zsh 1#!/usr/bin/env zsh
2 2
3gup --always
3gup -u postdelay.nix default.nix 4gup -u postdelay.nix default.nix
4nix-build -o ${1} ./default.nix \ No newline at end of file 5
6nix-build -o ${1} ./default.nix
7
8find . \( \( -name '.gup' -or -name '.git' \) -prune \) -or \( -type f -exec shasum '{}' ';' \) | gup --contents \ No newline at end of file