about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* mailman: remove unused derivation for mailman 2Alyssa Ross2019-12-16
| | | | This isn't referenced anywhere, so it's just dead code.
* nixos/uwsgi: use pyhome instead of pythonpathAlyssa Ross2019-12-16
| | | | | There's no need to construct the PYTHONPATH ourselves -- uwsgi can do it for us.
* perlPackages.SearchXapian: init at 1.2.25.2Alyssa Ross2019-12-16
|
* highlight: export Perl bindingsAlyssa Ross2019-12-16
|
* modules/nix: auto optimise storeAlyssa Ross2019-12-16
|
* perlPackages.CSSMinifierXP -> perlPackages.CSSMinifierXSAlyssa Ross2019-12-16
| | | | Graham confirmed to me that this was probably a typo.
* perlPackages.DBFile: 1.851 -> 1.852Alyssa Ross2019-12-16
|
* perlPackages.NetDNS: 1.20 -> 1.21Alyssa Ross2019-12-16
|
* perlPackages.MailDKIM: 0.55 -> 0.56Alyssa Ross2019-12-16
|
* perlPackages.HTTPDaemon: 6.01 -> 6.06Alyssa Ross2019-10-20
|
* perlPackages.Error: 0.17027 -> 0.17028Alyssa Ross2019-10-20
|
* perlPackages.DevelLeak: init at 0.03Alyssa Ross2019-10-20
|
* modules/mail: replace msmtp with postfixAlyssa Ross2019-10-15
| | | | | | | | | | | | Using a full MTA might seem like overkill, but it fixes my biggest annoyance with msmtp -- not only can I now read mail while offline, I can send it too, and postfix will just keep trying every so often until it sends (or five days have passed, but at that point the message is probably irrelevant anyway). Postfix's defaults are surprisingly good for this use case. The longest it will wait between attempts is 4000 seconds, and it'll keep trying for five days before giving up and bouncing.
* modules/mail: run notmuch after mbsyncAlyssa Ross2019-10-15
| | | | | Doesn't really make sense to call this service "mbsync" any more. It might be better to run notmuch on inotify, though...
* modules/notmuch: initAlyssa Ross2019-10-15
|
* modules/isync: use substituteAll for mbsyncrcAlyssa Ross2019-10-15
| | | | | This is much neater than the config file being wrapped in Nix function boilerplate.
* sys/atuin: move wireguard keys out of ~qylissAlyssa Ross2019-10-15
|
* modules/evscript: add dependency on systemd-udevdAlyssa Ross2019-10-15
| | | | | Hopefully this should fix service failures I've been getting when rebuilding a running system.
* modules/sway: attempt to float XDvi sensiblyAlyssa Ross2019-10-15
|
* modules/sway: compact floating configAlyssa Ross2019-10-15
|
* modules/sway: give floating windows proper bordersAlyssa Ross2019-10-15
|
* modules/alacritty: disable bright colours for boldAlyssa Ross2019-10-15
|
* modules/fonts: disable bitmapsAlyssa Ross2019-10-15
| | | | This stops my eyes bleading when a website tries to use Lucinda.
* modules/users: chmod a+rx ~qylissAlyssa Ross2019-10-15
| | | | | | There's not anything confidential in the top level of my home directory, and this makes it easy to have unpriveleged services that read non-sensitive data from it.
* modules/git: drop plist diffingAlyssa Ross2019-10-15
| | | | | | | | /usr/bin/plist only exists on macOS, and I don't often find myself diffing plists now I don't use it, so it's easier to drop this than try to get it working. Having this here on other operating systems means git log -G, for example, will fail when it hits a commit that modifies a plist.
* servefile: init at 0.4.4Alyssa Ross2019-10-02
|
* Merge commit '2436c27541b2f52deea3a4c1691216a02152e729'Alyssa Ross2019-09-28
|\
| * Merge pull request #69395 from peterhoeg/u/ha_0992Elis Hirwing2019-09-25
| |\ | | | | | | home-assistant: 0.96.2 -> 0.99.2
| | * home-assistant: 0.96.2 -> 0.99.2Peter Hoeg2019-09-25
| | |
| * | Merge pull request #69366 from erosennin/gajim-setuptoolsMichael Raskin2019-09-25
| |\ \ | | | | | | | | gajim: add missing setuptools dependency
| | * | gajim: add missing setuptools dependencyAndrey Golovizin2019-09-24
| | | |
| * | | perlPackages.MustacheSimple: init at 1.3.6edef2019-09-25
| | | |
| * | | nix-generate-from-cpan: strip leading v from versionsedef2019-09-25
| | | | | | | | | | | | | | | | | | | | Everything currently in perl-packages.nix already does this, so we might as well automate it.
| * | | nix-generate-from-cpan: use pname/version rather than versionedef2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `name` parameter to buildPerlPackage is deprecated, and everything currently in perl-packages.nix has already been converted to use pname/version instead. This also changes the URLs to be pure string literals, matching the convention used in nixpkgs in practice.
| * | | Merge pull request #69385 from peterhoeg/u/pykmsPeter Hoeg2019-09-25
| |\ \ \ | | | | | | | | | | nixos/pykms: log to journal
| | * | | pykms: 20180208 -> 20190611Peter Hoeg2019-09-25
| | | | | | | | | | | | | | | | | | | | New upstream.
| | * | | nixos/pymks: log to journalPeter Hoeg2019-09-25
| | | | |
| * | | | Merge pull request #69061 from Anton-Latukha/adopt-djviewPeter Hoeg2019-09-25
| |\ \ \ \ | | |/ / / | |/| | | djview: adopt, upd {descriptions, to qt5}, add features
| | * | | djview: {adopt, clean-up, doc, Qt(4 -> 5), add features}Anton-Latukha2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | djview: adopt djview: upd description djview: add longDescription djview: upd to Qt5, use Qt5's mkDerivation djview: add configureFlags (enabling couple features) upd longDescription djview: upd clean-up
| * | | | Merge pull request #69210 from peterhoeg/u/hydraPeter Hoeg2019-09-25
| |\ \ \ \ | | | | | | | | | | | | thc-hydra: 8.5 -> 9.0
| | * | | | mysqlPeter Hoeg2019-09-25
| | | | | |
| | * | | | thc-hydra: 8.5 -> 9.0Peter Hoeg2019-09-24
| | | | | |
| * | | | | Merge pull request #69336 from peterhoeg/p/py-wmiPeter Hoeg2019-09-25
| |\ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.py-wmi-client: init at unstable-20160601
| | * | | | | py-wmi-client: init at unstable-20160601Peter Hoeg2019-09-24
| | | | | | |
| | * | | | | pythonPackages.impacket: init at 0.9.15Peter Hoeg2019-09-24
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #34250 from peterhoeg/p/wmiPeter Hoeg2019-09-25
| |\ \ \ \ \ | | | | | | | | | | | | | | check-wmiplus: init at 1.64
| | * | | | | check-wmiplus: init at 1.64Peter Hoeg2019-09-24
| | | | | | |
| * | | | | | Merge pull request #69380 from peterhoeg/f/dxx_buildPeter Hoeg2019-09-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | dxx-rebirth: build with gcc6 as gcc8 is not supported
| | * | | | | | dxx-rebirth: build with gcc6 as gcc8 is not supportedPeter Hoeg2019-09-25
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #67787 from jonringer/add-python3-dotnetcore2Mario Rodas2019-09-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | python3Packages.dotnetcore2: init at 2.1.8.1