diff options
Diffstat (limited to 'gup')
-rw-r--r-- | gup/Gupfile | 2 | ||||
-rw-r--r-- | gup/cabal2nix.gup | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gup/Gupfile b/gup/Gupfile new file mode 100644 index 00000000..0c9b6b80 --- /dev/null +++ b/gup/Gupfile | |||
@@ -0,0 +1,2 @@ | |||
1 | cabal2nix.gup: | ||
2 | hosts/surtr/email/spm/spm.nix \ No newline at end of file | ||
diff --git a/gup/cabal2nix.gup b/gup/cabal2nix.gup new file mode 100644 index 00000000..ce623eee --- /dev/null +++ b/gup/cabal2nix.gup | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u ${2:h}/package.yaml ${2:r}.cabal | ||
4 | env -C ${2:h} -- nix run nixos#cabal2nix -- . > $1 \ No newline at end of file | ||