about summary refs log tree commit diff
path: root/pkgs/profpatsch
Commit message (Collapse)AuthorAgeFilesLines
* pkgs.profpatsch: switch to different import schemeProfpatsch2018-09-224-45/+52
| | | | | Reference files in `bin` outputs for a derivation as an attribute set, with renaming capabilities.
* More execline experiments & testingProfpatsch2018-09-214-22/+257
| | | | | | 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-254-6/+168
| | | | | | | | | | | * 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-202-9/+31
|
* profpatsch/nix-gen: Only build on x86_64-linuxaszlig2018-06-301-0/+1
| | | | | | | | | | The build currently fails on Hydra and I highly doubt that it will be used on an i686-linux system. If it's really needed for i686-linux systems it can be directly used for a specific machine or this very commit could be reverted. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* pkgs.profpatsch: add nix-genProfpatsch2018-06-252-0/+24
|
* pkgs/profpatsch: update Droopy forkProfpatsch2018-05-231-2/+2
|
* pkgs/profpatsch: add nix-http-serveProfpatsch2018-02-122-2/+14
|
* pkg/profpatsch/nman: remove original C implementationProfpatsch2017-11-271-80/+0
|
* pkgs/profpatsch/nman: rewrite in golangProfpatsch2017-11-272-3/+140
| | | | | | | Apart from using the go compiler, switch from `nix-shell -p`, which only worked in certain cases, to a `nix-build` with fallback for `man` and default outputs. Thanks to @muesli for the golang intro.
* profpatsch/jmtpfs: Drop vuizvui packageaszlig2017-06-222-43/+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-313-1/+58
|
* pkgs/show-qr-code: Move into pkgs/profpatschaszlig2017-04-232-0/+29
| | | | | | | | | 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
* pkgs: Move jmtpfs to pkgs/profpatschaszlig2017-04-231-0/+34
| | | | | | | | This clearly is something currently only @Profpatsch wants, so lets move it into the user namespace. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs/profpatsch: add nmanProfpatsch2017-04-062-0/+92
|
* warpspeed: initProfpatsch2017-01-191-0/+34
|
* pkgs/profpatsch/display-infos: initProfpatsch2016-10-041-0/+38
A script to display current time & battery.