mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
41ff93c1d8
commit
dd7cee4f04
2 changed files with 87 additions and 86 deletions
|
@ -903,7 +903,7 @@ in {
|
||||||
phylactery = handleTest ./web-apps/phylactery.nix {};
|
phylactery = handleTest ./web-apps/phylactery.nix {};
|
||||||
pict-rs = handleTest ./pict-rs.nix {};
|
pict-rs = handleTest ./pict-rs.nix {};
|
||||||
pingvin-share = handleTest ./pingvin-share.nix {} ;
|
pingvin-share = handleTest ./pingvin-share.nix {} ;
|
||||||
pinnwand = handleTest ./pinnwand.nix {};
|
pinnwand = runTest ./pinnwand.nix;
|
||||||
plantuml-server = handleTest ./plantuml-server.nix {};
|
plantuml-server = handleTest ./plantuml-server.nix {};
|
||||||
plasma-bigscreen = handleTest ./plasma-bigscreen.nix {};
|
plasma-bigscreen = handleTest ./plasma-bigscreen.nix {};
|
||||||
plasma5 = handleTest ./plasma5.nix {};
|
plasma5 = handleTest ./plasma5.nix {};
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
import ./make-test-python.nix (
|
{
|
||||||
{ pkgs, ... }:
|
pkgs,
|
||||||
let
|
...
|
||||||
|
}:
|
||||||
|
let
|
||||||
port = 8000;
|
port = 8000;
|
||||||
baseUrl = "http://server:${toString port}";
|
baseUrl = "http://server:${toString port}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "pinnwand";
|
name = "pinnwand";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ hexa ];
|
maintainers = [ hexa ];
|
||||||
|
@ -98,5 +100,4 @@ import ./make-test-python.nix (
|
||||||
|
|
||||||
server.log(server.execute("systemd-analyze security pinnwand | grep '✗'")[1])
|
server.log(server.execute("systemd-analyze security pinnwand | grep '✗'")[1])
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue