diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-23 16:06:52 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-23 16:06:52 +0100 |
commit | 023678dc00bcc5ebb93a33cec762f48cb9cf80ff (patch) | |
tree | 778fa160e7185b576e2237ec572b7c6474207234 /gup/cabal2nix.sh | |
parent | e95dac748371afcad3ffddf5c98e5fcb0a8302b7 (diff) | |
download | thermoprint-023678dc00bcc5ebb93a33cec762f48cb9cf80ff.tar thermoprint-023678dc00bcc5ebb93a33cec762f48cb9cf80ff.tar.gz thermoprint-023678dc00bcc5ebb93a33cec762f48cb9cf80ff.tar.bz2 thermoprint-023678dc00bcc5ebb93a33cec762f48cb9cf80ff.tar.xz thermoprint-023678dc00bcc5ebb93a33cec762f48cb9cf80ff.zip |
Autogenerate .nix files via gup & cabal2nix
Diffstat (limited to 'gup/cabal2nix.sh')
-rwxr-xr-x | gup/cabal2nix.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gup/cabal2nix.sh b/gup/cabal2nix.sh new file mode 100755 index 0000000..ba23c4e --- /dev/null +++ b/gup/cabal2nix.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u ${2:r}.cabal | ||
4 | |||
5 | cd ${2:h} | ||
6 | cabal2nix ./. >! ${1} | ||