diff options
author | Yves Fischer <yvesf+git@xapek.org> | 2021-02-17 22:58:31 +0100 |
---|---|---|
committer | Yves Fischer <yvesf+git@xapek.org> | 2021-02-18 23:01:44 +0100 |
commit | 7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6 (patch) | |
tree | 5d30d89d7dce89f75c8a1395696fd085cac395a2 /default.nix | |
download | smtp-forward-7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6.tar.gz smtp-forward-7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6.zip |
smtp-forward
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..f26065c --- /dev/null +++ b/default.nix @@ -0,0 +1,8 @@ +{ pkgs ? import <nixpkgs> {} }: +pkgs.buildGoModule rec { + pname = "smtp-forward"; + version = "0.0.1"; + + src = ./.; + vendorSha256 = "1vcrlc8i5xibgalgha34g75yx24sdr5bpjqa8p9qcmbwiywrfirw"; +} |