diff options
Diffstat (limited to 'trivmix.nix.gup')
-rw-r--r-- | trivmix.nix.gup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trivmix.nix.gup b/trivmix.nix.gup new file mode 100644 index 0000000..bc92dcd --- /dev/null +++ b/trivmix.nix.gup | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u ${2:r}.cabal | ||
4 | cd ${2:h} | ||
5 | cabal2nix ./. >! ${1} | ||