tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nominatim-ui: add nixos test
Ivan Mincik
7 months ago
96943417
0c97d620
+6
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
no
nominatim-ui
package.nix
+6
-1
pkgs/by-name/no/nominatim-ui/package.nix
···
3
3
stdenv,
4
4
fetchFromGitHub,
5
5
fetchYarnDeps,
6
6
+
nixosTests,
6
7
writableTmpDirAsHomeHook,
7
8
writeText,
8
9
···
10
11
nodejs,
11
12
yarn,
12
13
13
13
-
# Custom application configuration placed to theme/config.theme.js file
14
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
86
+
87
87
+
passthru.tests = {
88
88
+
inherit (nixosTests) nominatim;
89
89
+
};
85
90
86
91
meta = {
87
92
description = "Debugging user interface for Nominatim geocoder";