nominatim-ui: add nixos test

+6 -1
+6 -1
pkgs/by-name/no/nominatim-ui/package.nix
··· 3 3 stdenv, 4 4 fetchFromGitHub, 5 5 fetchYarnDeps, 6 + nixosTests, 6 7 writableTmpDirAsHomeHook, 7 8 writeText, 8 9 ··· 10 11 nodejs, 11 12 yarn, 12 13 13 - # Custom application configuration placed to theme/config.theme.js file 14 + # Custom application configuration placed to theme/config.theme.js file. 14 15 # For the list of available configuration options see 15 16 # https://github.com/osm-search/nominatim-ui/blob/master/dist/config.defaults.js 16 17 customConfig ? null, ··· 82 83 83 84 runHook postInstall 84 85 ''; 86 + 87 + passthru.tests = { 88 + inherit (nixosTests) nominatim; 89 + }; 85 90 86 91 meta = { 87 92 description = "Debugging user interface for Nominatim geocoder";