about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/display-infos: add sfttime and AC chargerProfpatsch2019-04-201-1/+1
|
* pkgs/profpatsc: add sfttimeProfpatsch2019-04-201-0/+1
|
* pkgs.profpatsch: add git-commit-index toolsProfpatsch2019-03-251-0/+7
| | | | | | | A set of utilities to generate and query a git commit index, which is a database that knows which revs (that is: commits) are in which git repository. That way we can query for the project that contains a commit and show them, e.g. with xdg-open.
* pkgs.profpatsch: add nixperimentsProfpatsch2019-03-251-0/+22
|
* pkgs.profpatsch: add patched haskellPackagesProfpatsch2019-03-031-1/+2
|
* pkgs.profpatsch: switch to different import schemeProfpatsch2018-09-221-20/+30
| | | | | Reference files in `bin` outputs for a derivation as an attribute set, with renaming capabilities.
* More execline experiments & testingProfpatsch2018-09-211-15/+44
| | | | | | Improves the “execline experience” and adds some basic tests. The idea is that the final result doesn’t use coreutils and provides a feasible alternative to bash-based tooling.
* pkgs/profpatsch: WIP execline experimentsProfpatsch2018-07-251-6/+35
| | | | | | | | | | | * runExecline: like runCommand, but a lot more lightweight * symlink: symlink a given list of links together * importer: a small DSL to “import” “modules” into a build context Some highlights: * runExecline does not use any stdenv (apart from the `execline` build) * symlink uses netstrings to pass correct fields into the derivation * no use of bash, everything uses execline.
* machines/katara: add more utilsProfpatsch2018-07-201-1/+1
|
* pkgs.profpatsch: add nix-genProfpatsch2018-06-251-0/+2
|
* pkgs/profpatsch: update Droopy forkProfpatsch2018-05-231-2/+2
|
* pkgs/profpatsch: add nix-http-serveProfpatsch2018-02-121-2/+3
|
* profpatsch/jmtpfs: Drop vuizvui packageaszlig2017-06-221-9/+1
| | | | | | | | | | | | | | | | | The package fails because the mtp-jolla.patch was already applied upstream, see the following build log: https://headcounter.org/hydra/log/d21f1590i2hs6xhgkdr00906ksnvgxfz-libmtp-1.1.13.drv This is the upstream commit by @Profpatsch that's now part of libmtp version 1.1.13: https://sourceforge.net/p/libmtp/code/ci/8919ebeef58251639454c2394c0274597be3df9c/ Tested by evaluating machines.profpatsch.katara. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs/profpatsch/backlight: initProfpatsch2017-05-311-1/+3
|
* pkgs/show-qr-code: Move into pkgs/profpatschaszlig2017-04-231-0/+1
| | | | | | | | | Tested evaluation using: nix-instantiate pkgs -A vuizvui.profpatsch.show-qr-code Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs: Use callPackageScope wherever applicableaszlig2017-04-231-0/+35
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