feat(komf): switch to personal branch
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cd60197ad6
commit
e43464c97b
4 changed files with 7 additions and 3 deletions
7
flake.lock
generated
7
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
komf-src = {
|
||||
flake = false;
|
||||
owner = "matt1432";
|
||||
ref = "personal";
|
||||
repo = "komf";
|
||||
type = "github";
|
||||
};
|
||||
|
|
|
@ -343,6 +343,7 @@ let
|
|||
name = "komf-src";
|
||||
owner = "matt1432";
|
||||
repo = "komf";
|
||||
ref = "personal";
|
||||
# type = "path";
|
||||
# path = "/home/matt/git/komf";
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue