nixos/engelsystem: Add test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip, php, writeText }:
|
||||
{ stdenv, fetchzip, php, writeText, nixosTests }:
|
||||
|
||||
let
|
||||
phpExt = php.withExtensions
|
||||
@@ -39,6 +39,8 @@ in stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests = nixosTests.engelsystem;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description =
|
||||
"Coordinate your helpers in teams, assign them to work shifts or let them decide for themselves when and where they want to help with what";
|
||||
|
||||
Reference in New Issue
Block a user