From e2486fa2fa5b3014a22b52ac521cd77f80b7444a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Jun 2025 15:06:34 -0400 Subject: update ly version and update config --- pkgs/ly/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pkgs/ly/default.nix (limited to 'pkgs/ly') diff --git a/pkgs/ly/default.nix b/pkgs/ly/default.nix new file mode 100644 index 0000000..26c2abd --- /dev/null +++ b/pkgs/ly/default.nix @@ -0,0 +1,14 @@ +{ + ly, + fetchFromGitea, + ... +}: +ly.overrideAttrs { + src = fetchFromGitea { + domain = "codeberg.org"; + owner = "AnErrupTion"; + repo = "ly"; + rev = "3ad0c003803999075c1333fe5af6954369d04af4"; + hash = "sha256-AiRUISUHKb6Lq0TNLb4ioAoBxT2mPqBW+9+0nw9tgks="; + }; +} -- cgit v1.2.3-freya