about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/shiki: add dhall-flycheckProfpatsch2019-10-021-0/+9
|
* machines/katara: miscProfpatsch2019-03-251-3/+2
|
* machines/katara: fix execlineb wrapperProfpatsch2018-07-201-1/+1
|
* fix typoProfpatsch2018-07-201-1/+1
|
* machines/katara: add execlineb-with-builtinsProfpatsch2018-07-201-0/+10
|
* Fix mpv overrides with scripts attributeaszlig2018-07-191-1/+3
| | | | | | | | | Since NixOS/nixpkgs@402ee4e9eaf08a697672718cd502067c726a7c73, mpv by itself no longer has a script argument but there is now "mpv-with-scripts", which boils down to something similar. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch, @sternenseemann
* pkgs.profpatsch: add nix-genProfpatsch2018-06-251-11/+0
|
* machines/profpatsch/pkgs: nix with syntax fixProfpatsch2018-05-011-0/+9
|
* machines/katara: add user services for pyrnotifyProfpatsch2018-05-011-1/+19
|
* profpatsch/pkgs: disable searx and patchesProfpatsch2018-02-091-14/+24
|
* profpatsch/searx: Rebase searx-secret-key.patchaszlig2018-02-031-0/+5
| | | | | | | | | | | | | | | | | | | | Get rid of the annoying build error again (see 8be3704c3fbe08308132d92a6 for the last time), but this time for searx 0.13.1. The main thing that has changed is that instead of hmac.new() there is now a helper function called new_hmac(), which the patch now uses. I've also cleaned up some tiny bits reported by flake8 and fixed the description of SecretAppKeyError to refer to XDG_CACHE_HOME instead of XDG_CACHE_DIR. In addition to the updated patch, we now need to add XDG_CACHE_HOME to a writable directory (in this case $TMPDIR), because otherwise the test_webapp fails with an SecretAppKeyError, as it will try to create leading directories to XDG_CACHE_HOME. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* machines/katara: remove sentProfpatsch2017-11-081-3/+1
| | | | Patch doesn’t apply, I don’t use it anymore.
* profpatsch/pkgs: Fix attribute for searxaszlig2017-08-011-1/+1
| | | | | | | | | | Since NixOS/nixpkgs@c217f48c358db05bd0ad7893e8e3ebabe4784cbe, the searx package is no longer in pythonPackages but a top-level attribute. Tested eval by "nix-instantiate machines -A profpatsch.haku.build". Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* machines/katara: maybe not nix-gen yetProfpatsch2017-04-271-10/+10
|
* machines/katara: add nix-gen and modified searxProfpatsch2017-04-261-14/+18
|
* machines/katara: correct searx overrideProfpatsch2017-03-031-7/+15
|
* machines/katara: add pretty-show to default ghcProfpatsch2017-02-231-1/+1
|
* machines/katara: searx anti-soundcloud patchProfpatsch2017-02-121-1/+4
| | | | | Soundcloud sometimes fails startup of searx, since it’s not actively used here it’s patched out until upstream resolves the issue.
* machines/katara: improve ghci in PATH with default packagesProfpatsch2017-02-101-1/+5
|
* machines/katara: enable searx w/ patchProfpatsch2017-02-101-1/+4
| | | | | This adds a patch making the secret key in the config file unnecessary. It’s not yet upstream because the implementation got flak, but it works for now.
* machines/katara: offlineimap -> mbsyncProfpatsch2016-11-291-3/+1
|
* Revert "runCommand -> runCommandCC"aszlig2016-10-171-5/+1
| | | | | | | | | | | | | This reverts commit e3f8d28d6be67257d70035d122263f3a35adc438 and my attempts to mitigate this in 0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b and 3b91f25b37ea709f5c86e38a50061199bbed5341. Vuizvui is a repository for experimental stuff, but NOT a dumpster. So please refrain from pushing waste into this repository, like markers for a failed merge. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* runCommand -> runCommandCCProfpatsch2016-10-151-1/+5
|
* machines/katara: extract lib & add xmpp-clientProfpatsch2016-09-161-2/+3
| | | | | | | Some stuff is needed in multiple files, like the home directory. Extracted out into lib.nix. xmpp-client uses that to create a wrapper for splicing the password into the config at program invocation.
* katara: fast-init bump shaProfpatsch2016-08-291-1/+1
|
* machines/katara: add/rm packagesProfpatsch2016-08-291-7/+7
|
* machines/katara: add fast-initProfpatsch2016-08-291-1/+10
|
* machines/profpatsch: clean up folderProfpatsch2016-07-301-3/+3
|
* machines/profpatsch: mpv with script supportProfpatsch2016-07-041-1/+1
|
* machines/katara: vim -> vim_configurableProfpatsch2016-06-061-1/+3
|
* machines/katara: fix poezio (only on 3.4)Profpatsch2016-05-201-1/+3
|
* machines/katara: invert coloring of sentProfpatsch2016-05-031-1/+1
| | | | | Slides with white background are an insult to the viewers. Also adjusts some other sizing stuff.
* machines/katara: restructure pkgsProfpatsch2016-04-291-11/+30
|
* fix evaluation; mpv-scripts not in nixkgs yetProfpatsch2016-04-281-1/+2
|
* machines/katara: add/remove a few programsProfpatsch2016-04-281-0/+4
|
* machines/profpatsch: remove usb kernel patchProfpatsch2016-04-251-5/+0
| | | | Seems like it went upstream.
* machines/katara: kernel usb-failure patchProfpatsch2016-04-031-0/+6
| | | | | grabbed from https://www.spinics.net/lists/linux-usb/msg137228.html, because it could still take a while until it arrives in upstream.
* machines/katara: misc stuffProfpatsch2016-04-031-0/+2
|
* machines/katara: myPkgs improvementsProfpatsch2016-03-181-3/+7
| | | | | python runtime dependencies a new patch for taffybar
* machines/katara: misc programsProfpatsch2016-03-181-1/+1
|
* katara: taffybar patchProfpatsch2015-12-271-0/+11
|
* katara: taffybar environmentProfpatsch2015-12-261-3/+9
|
* katara: offlineimap wrapper (for gpg unlock)Profpatsch2015-12-181-0/+8