about summary refs log tree commit diff
path: root/pkgs/openlab/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/openlab: remove gititProfpatsch2021-02-051-1/+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: 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