tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
khoj: mark as broken
Weijia Wang
2 years ago
e9d2f719
fd5d6c8b
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
search
khoj
default.nix
+1
-2
pkgs/servers/search/khoj/default.nix
···
137
changelog = "https://github.com/debanjum/khoj/releases/tag/${version}";
138
license = licenses.agpl3Plus;
139
maintainers = with maintainers; [ dit7ya ];
140
-
# src/tcmalloc.cc:333] Attempt to free invalid pointer
141
-
broken = stdenv.isDarwin;
142
};
143
}
···
137
changelog = "https://github.com/debanjum/khoj/releases/tag/${version}";
138
license = licenses.agpl3Plus;
139
maintainers = with maintainers; [ dit7ya ];
140
+
broken = true; # last successful build 2024-01-10
0
141
};
142
}