summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-07 09:41:58 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-07 09:41:58 -0700
commit41065c5b868d7da1caf26ba88a29eb505a49f014 (patch)
tree74329865c65a481fd500b370942162193c3aed2a /default.nix
parent8dba057e7c0fda3d0e9b94085ba34257bbd0a112 (diff)
downloadroseh.moe-41065c5b868d7da1caf26ba88a29eb505a49f014.tar.zst
Revert "Flake"
This reverts commit 8dba057e7c0fda3d0e9b94085ba34257bbd0a112.
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";
+}