diff options
author | Gregor Kleen <aethoago@141.li> | 2017-01-29 01:21:09 +0100 |
---|---|---|
committer | Gregor Kleen <aethoago@141.li> | 2017-01-29 01:21:09 +0100 |
commit | 636bf21caf774a6eef4e678b79bad524c9ef3b01 (patch) | |
tree | 6aad0810c7ba1e935cb0f263080a4123dc726725 /result.gup | |
parent | 067c9c10e08bc48678687996945b35fa921229f4 (diff) | |
download | postdelay-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.gup | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ | |||
1 | #!/usr/bin/env zsh | 1 | #!/usr/bin/env zsh |
2 | 2 | ||
3 | gup --always | ||
3 | gup -u postdelay.nix default.nix | 4 | gup -u postdelay.nix default.nix |
4 | nix-build -o ${1} ./default.nix \ No newline at end of file | 5 | |
6 | nix-build -o ${1} ./default.nix | ||
7 | |||
8 | find . \( \( -name '.gup' -or -name '.git' \) -prune \) -or \( -type f -exec shasum '{}' ';' \) | gup --contents \ No newline at end of file | ||