nominatim-ui: add nixos test
This commit is contained in:
parent
0c97d620be
commit
96943417e7
@ -3,6 +3,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchYarnDeps,
|
fetchYarnDeps,
|
||||||
|
nixosTests,
|
||||||
writableTmpDirAsHomeHook,
|
writableTmpDirAsHomeHook,
|
||||||
writeText,
|
writeText,
|
||||||
|
|
||||||
@ -10,7 +11,7 @@
|
|||||||
nodejs,
|
nodejs,
|
||||||
yarn,
|
yarn,
|
||||||
|
|
||||||
# Custom application configuration placed to theme/config.theme.js file
|
# Custom application configuration placed to theme/config.theme.js file.
|
||||||
# For the list of available configuration options see
|
# For the list of available configuration options see
|
||||||
# https://github.com/osm-search/nominatim-ui/blob/master/dist/config.defaults.js
|
# https://github.com/osm-search/nominatim-ui/blob/master/dist/config.defaults.js
|
||||||
customConfig ? null,
|
customConfig ? null,
|
||||||
@ -83,6 +84,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) nominatim;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Debugging user interface for Nominatim geocoder";
|
description = "Debugging user interface for Nominatim geocoder";
|
||||||
homepage = "https://github.com/osm-search/nominatim-ui";
|
homepage = "https://github.com/osm-search/nominatim-ui";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user