Specifically I want to patch this line:
https://gitlab.com/DarkElvenAngel/argononed/-/blob/master/OS/nixos/pkg.nix?ref_type=heads#L48
Because of how the module was written (OS/nixos/default.nix · master · DarkElvenAngel / Argon One Daemon · GitLab), I cannot override the attribute with nix.
Most importantly I do not have an gitlab account to submit a PR.
Is some patch system available for me to patch the whole flake repo like nixpkgs applyPatch function? (Nixpkgs/Patching Nixpkgs - Official NixOS Wiki)
Thanks!