summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/default.nix b/default.nix
new file mode 100644
index 0000000..8a3b091
--- /dev/null
+++ b/default.nix
@@ -0,0 +1,10 @@
+{ pkgs ? import <nixpkgs> {} }:
+
+pkgs.buildGoPackage {
+ pname = "roseh.moe";
+ version = "1.0.0";
+
+ src = ./.;
+
+ goPackagePath = "gitlab.com/rhogenson/roseh.moe";
+}