summary refs log tree commit diff
path: root/nixos/tests/miniflux.nix
Commit message (Collapse)AuthorAge
* nixos/miniflux: no cleartext password in the storeGuillaume Girol2022-01-31
|
* maintainers: remove bricewgeBrice Waegeneire2021-09-08
| | | | So long, and thanks for all the fish!
* nixosTests.*: Don't use the `-q` flag with grep when used with curltalyz2021-06-05
| | | | | | The `-q` flag makes grep close the pipe early, which curl doesn't handle gracefully, but exits with an error like "(23) Failed writing body".
* nixos/miniflux: don't depend on sudoMatías Lang2021-01-28
| | | | | The miniflux service should work when sudo is not available in the system.
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/miniflux: port test to pythonJan Hrnko2019-11-22
|
* miniflux: add serviceJeremy Apthorp2019-04-06