try to fix addon manager
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule, fetchFromGitHub, ... }:
|
||||
let
|
||||
wow-addon-manager = buildGoModule {
|
||||
wow-addon-manager = buildGoModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Gonzih";
|
||||
repo = "wow-addon-manager";
|
||||
|
||||
Reference in New Issue
Block a user