diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-07 09:46:09 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-09-07 09:46:09 -0700 |
| commit | 0d9c704c242615e26010f3f1a2af13d998f11675 (patch) | |
| tree | dcfc8e21e0696b6fedbab54523dc321484ebc219 /default.nix | |
| parent | 41065c5b868d7da1caf26ba88a29eb505a49f014 (diff) | |
| download | roseh.moe-0d9c704c242615e26010f3f1a2af13d998f11675.tar.zst | |
Reapply "Flake"
This reverts commit 41065c5b868d7da1caf26ba88a29eb505a49f014.
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/default.nix b/default.nix deleted file mode 100644 index 8a3b091..0000000 --- a/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs ? import <nixpkgs> {} }: - -pkgs.buildGoPackage { - pname = "roseh.moe"; - version = "1.0.0"; - - src = ./.; - - goPackagePath = "gitlab.com/rhogenson/roseh.moe"; -} |
