mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-18 20:11:33 +03:00
rename: compatiblePaths -> compatible
This commit is contained in:
parent
02eb4a1cf4
commit
8f2fd2afed
@ -48,10 +48,9 @@
|
||||
'';
|
||||
|
||||
|
||||
# From a given list of paths, this function returns all paths which can be processed by this translator.
|
||||
# This allows the framework to detect if the translator is compatible with the given inputs
|
||||
# This allows the framework to detect if the translator is compatible with the given input
|
||||
# to automatically select the right translator.
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -129,10 +129,9 @@
|
||||
});
|
||||
|
||||
|
||||
# From a given list of paths, this function returns all paths which can be processed by this translator.
|
||||
# This allows the framework to detect if the translator is compatible with the given inputs
|
||||
# This allows the framework to detect if the translator is compatible with the given input
|
||||
# to automatically select the right translator.
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -144,7 +144,7 @@ let
|
||||
subsystem
|
||||
type
|
||||
;
|
||||
compatible = t.compatiblePaths { inherit source; };
|
||||
compatible = t.compatible { inherit source; };
|
||||
});
|
||||
|
||||
# also includes subdirectories of the given paths up to a certain depth
|
||||
|
@ -46,10 +46,9 @@
|
||||
'';
|
||||
|
||||
|
||||
# From a given list of paths, this function returns all paths which can be processed by this translator.
|
||||
# This allows the framework to detect if the translator is compatible with the given inputs
|
||||
# This allows the framework to detect if the translator is compatible with the given input
|
||||
# to automatically select the right translator.
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -61,10 +61,9 @@
|
||||
'';
|
||||
|
||||
|
||||
# From a given list of paths, this function returns all paths which can be processed by this translator.
|
||||
# This allows the framework to detect if the translator is compatible with the given inputs
|
||||
# This allows the framework to detect if the translator is compatible with the given input
|
||||
# to automatically select the right translator.
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -210,7 +210,7 @@ in
|
||||
});
|
||||
|
||||
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -275,10 +275,9 @@
|
||||
});
|
||||
|
||||
|
||||
# From a given list of paths, this function returns all paths which can be processed by this translator.
|
||||
# This allows the framework to detect if the translator is compatible with the given inputs
|
||||
# This allows the framework to detect if the translator is compatible with the given input
|
||||
# to automatically select the right translator.
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -107,8 +107,7 @@ in
|
||||
'';
|
||||
|
||||
|
||||
# from a given list of paths, this function returns all paths which can be processed by this translator
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
@ -242,10 +242,9 @@
|
||||
});
|
||||
|
||||
|
||||
# From a given list of paths, this function returns all paths which can be processed by this translator.
|
||||
# This allows the framework to detect if the translator is compatible with the given inputs
|
||||
# This allows the framework to detect if the translator is compatible with the given input
|
||||
# to automatically select the right translator.
|
||||
compatiblePaths =
|
||||
compatible =
|
||||
{
|
||||
source,
|
||||
}:
|
||||
|
Loading…
Reference in New Issue
Block a user