feat(komf): switch to personal branch
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-05-29 17:15:31 -04:00
parent cd60197ad6
commit e43464c97b
4 changed files with 7 additions and 3 deletions

7
flake.lock generated
View file

@ -879,15 +879,16 @@
"komf-src": {
"flake": false,
"locked": {
"lastModified": 1747096226,
"narHash": "sha256-ZXoNqyaB+/mvmxDfi3aS9l4sDPHw+ZL7QcQ2/NXw5fE=",
"lastModified": 1748135194,
"narHash": "sha256-oBDxlPhKBh8bBHSOaEWcEPGvTQMvRftrid1YdcGG1ro=",
"owner": "matt1432",
"repo": "komf",
"rev": "3bbfb554a8f9500555d312d9674f258307cd0a99",
"rev": "dc9249a7dad04470a1e025e6463a3ea480b74393",
"type": "github"
},
"original": {
"owner": "matt1432",
"ref": "personal",
"repo": "komf",
"type": "github"
}

View file

@ -196,6 +196,7 @@
komf-src = {
flake = false;
owner = "matt1432";
ref = "personal";
repo = "komf";
type = "github";
};

View file

@ -343,6 +343,7 @@ let
name = "komf-src";
owner = "matt1432";
repo = "komf";
ref = "personal";
# type = "path";
# path = "/home/matt/git/komf";
}

View file

@ -31,6 +31,7 @@
'';
});
in
# FIXME: this fork doesn't work anymore
(jmusicbot.override {jre_headless = jre;}).overrideAttrs (o: rec {
version = "0.4.3.5";
src = fetchurl {