mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
fix: example for indexers
This commit is contained in:
parent
b3102cb87e
commit
bd9173e14a
@ -7,17 +7,21 @@
|
||||
(inp.dream2nix.lib.makeFlakeOutputsForIndexes {
|
||||
source = ./.;
|
||||
systems = ["x86_64-linux"];
|
||||
indexes = {
|
||||
libraries-io = {
|
||||
indexes = [
|
||||
{
|
||||
name = "libraries-io";
|
||||
platform = "npm";
|
||||
number = 5;
|
||||
};
|
||||
crates-io = {};
|
||||
crates-io-simple = {
|
||||
}
|
||||
{
|
||||
name = "crates-io";
|
||||
}
|
||||
{
|
||||
name = "crates-io-simple";
|
||||
sortBy = "name";
|
||||
maxPages = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
packageOverrides = {
|
||||
"^.*$".disable-build = {
|
||||
buildScript = ":";
|
||||
|
Loading…
Reference in New Issue
Block a user