about summary refs log tree commit diff
path: root/pkgs/applications/misc/styx
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2022-08-31styx: 0.7.2 -> 0.7.5. Fix build failureFlorian Brandes1-5/+5
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-07styx: 0.7.1 -> 0.7.2Alex Rice1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-20caddy is in ${caddy}/bin/caddyallowthere1-1/+1
2018-01-26styx: 0.7.0 -> 0.7.1Eric Sagnes1-2/+2
2017-08-26styx: 0.6.0 -> 0.7.0Eric Sagnes2-126/+25
2017-02-26styx and themes: 0.5.0 -> 0.6.0Eric Sagnes2-24/+32
2017-01-19styx-themes.agency: fix version typoEric Sagnes1-1/+1
2017-01-18styx: 0.4.0 -> 0.5.0Eric Sagnes2-19/+38
2016-12-07styx-themes: initEric Sagnes1-0/+92
2016-12-07styx: 0.3.1 -> 0.4.0Eric Sagnes1-5/+15
2016-11-03styx: 0.2.0 -> 0.3.1 (#20118)Eric Sagnes1-5/+6
2016-10-10styx: 0.1.0 -> 0.2.0Eric Sagnes1-3/+2
2016-10-07styx: init at 0.1.0Eric Sagnes1-0/+43