about summary refs log tree commit diff
path: root/pkgs/openlab
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/openlab: remove gititProfpatsch2021-02-052-19/+0
| | | | | We originally needed it here to deploy it on the machine, but it’s set up manually via the gitit repo default.nix for the time being.
* machines/labnet: comment out stackenblockenProfpatsch2018-05-011-1/+2
| | | | | Not used at the moment (but might be in the future) and needs module import fixes.
* pkgs/openlab/stackenblocken: relax version, fix buildProfpatsch2018-02-091-2/+2
|
* stackenblocken: add volume optionProfpatsch2017-06-011-2/+3
|
* pkgs: Use callPackageScope wherever applicableaszlig2017-04-231-0/+6
| | | | | | | | | | | | | This should remove a lot of clutter from pkgs/default.nix into corresponding sub-scopes, eg. pkgs/openlab/default.nix. Apart from restructuring there is no change of runtime functionality involved. Tested by evaluating with "nix-env -f pkgs -qaP". Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch, @sternenseemann
* machines/hannswurscht: fixes to stackenblockenProfpatsch2017-02-051-4/+4
|
* machines/hannswurscht: improved stackenblocken scriptProfpatsch2017-02-051-13/+63
|
* pkgs/openlab/gitit: Mark as brokenaszlig2016-11-281-0/+1
| | | | | | | | Doesn't build since quite a while, so let's mark it as broken until someone either fixes it or removes it entirely. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch, @sternenseemann
* pkgs/stackenblocken: lower gain of jingleProfpatsch2016-09-161-1/+1
|
* pkgs/openlab/stackenblocken: initProfpatsch2016-08-271-0/+35
| | | | A script that executes a nice STACKENBLOCKEN into the air.
* gitit: remove filestore patchProfpatsch2016-06-282-73/+0
|
* pkgs/gitit: Make sure hydraPlatforms are setaszlig2016-06-141-1/+2
| | | | | | | | | | | | | | | | Within mapTestOn, meta.hydraPlatforms attribute has precedence over meta.platforms. The original gitit derivation has hydraPlatforms set to an empty list and it's aliased to meta.platforms. Unfortunately that alias doesn't work with overrideCabal, because we'd need to override the attributes passed to the callPackage'd function (the mentioned alias is done during function attrset unpacking). This fixes building gitit within the generic channel as well as including it in the pkgs.* Hydra jobs. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs/openlab.gitit: GHC 8 patchProfpatsch2016-06-132-0/+73
|
* pkgs/openlab/gitit: Build on Hydraaszlig2016-05-281-0/+1
| | | | | | | | | | | | | | | Instead of setting meta.platforms, we're setting just "platforms" here, because the cabal build expression passes it through as meta.platforms. Note that I'm currently setting the platforms attribute to just x86_64-linux for now, because that is the architecture the workaround machine "website-vm" so far has been built for. Of course, if we'd not set the platforms at all, it would include all supported architectures by default. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs: openlab.gititProfpatsch2016-05-201-0/+15