dont override redlib
This commit is contained in:
parent
adccf51c7d
commit
842e537ef8
1 changed files with 0 additions and 16 deletions
|
|
@ -1,27 +1,11 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
redlib = {
|
redlib = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.redlib.overrideAttrs (oldAttrs: rec {
|
|
||||||
doCheck = false;
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "Silvenga";
|
|
||||||
repo = "redlib";
|
|
||||||
rev = "9e1c09610cdcb073d16559713dee6409d1a08b20";
|
|
||||||
hash = "sha256-ERTEoT7w8oGA0ztrzc9r9Bl/7OOay+APg3pW+h3tgvM=";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
|
|
||||||
inherit src;
|
|
||||||
hash = "sha256-ageSjIX0BLVYlLAjeojQq5N6/VASOIpwXNR/3msl/p4=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
address = "127.0.0.6";
|
address = "127.0.0.6";
|
||||||
port = 8082;
|
port = 8082;
|
||||||
settings.REDLIB_DEFAULT_THEME = "nord";
|
settings.REDLIB_DEFAULT_THEME = "nord";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue