diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-28 06:01:52 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-28 06:01:52 +0100 |
commit | e3ee41681800b396f3ecf1b0f6d1b378168c1a16 (patch) | |
tree | 17f5bf53f3611bb8623551bcc4c085c42a762bbb | |
parent | 2ee6afdf3356dea2aebdd48d20dfe9eb07037ba3 (diff) |
-rw-r--r-- | default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix index d70e409..a828aa9 100644 --- a/default.nix +++ b/default.nix @@ -31,6 +31,9 @@ buildPythonApplication rec { logformat ]; + # smoke test + preCheck = "$out/bin/osm-proposals --help >/dev/null"; + postInstall = '' mkdir -p $out/share/osm-proposals cp -r ${./static}/. $out/share/osm-proposals/ |