Bruno BELANYI
405965dc72
pkgs: add explicit 'meta.mainProgram'
...
Since upstream has decided to deprecate the implied value when using
`lib.getExe` (see [1]), we should set it explicitly.
[1]: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-06 20:13:08 +02:00
Bruno BELANYI
761393205c
pkgs: re-order 'meta'
...
This is (mostly) alphetically sorted.
2023-08-06 20:13:08 +02:00
Bruno BELANYI
0f385abf3c
pkgs: fix 'nativeBuildInputs' usage
2023-05-03 15:02:44 +00:00
Bruno BELANYI
89256fa29b
pkgs: use 'git.*' subdomain
...
Since I've changed the official subdomain for my forge, let's update it.
2023-03-16 21:40:06 +01:00
Bruno BELANYI
7ab49dbeab
pkgs: remove 'shellcheck' as a 'buildPhase'
...
I already verify those scripts with my pre-commit hook. And that way
avoid spurious build failures in case a (transitive) dependency is
broken.
2022-06-22 16:04:01 +02:00
Bruno BELANYI
cc54fe9087
pkgs: bw-pass: do not set 'phases'
2021-08-31 18:59:05 +02:00
Bruno BELANYI
e1fddb0b1f
pkgs: bw-pass: report errors to stderr
...
Useful in case the script can't prompt using `rofi`.
2021-07-31 20:17:37 +02:00
Bruno BELANYI
cdbd37b506
pkgs: bw-pass: change password prompt
2021-07-04 11:52:07 +02:00
Bruno BELANYI
5fa2b1fed9
pkgs: use 'lib' as first input
...
This is the idiomatic style in nixpkgs.
2021-06-16 20:13:25 +02:00
Bruno BELANYI
5d3204715a
pkgs: bw-pass: fix 'meta.platforms'
...
This makes use of 'keyutils' which only works on Linux.
2021-06-12 19:30:25 +02:00
Bruno BELANYI
153f919485
pkgs: add bw-pass
...
Until `rbw` gets support for Yubikey 2FA, I still need a decent way to
query for my passwords on the command line...
This wrapper program should be good enough for basic usage with programs
that need a password command.
2021-05-22 23:49:57 +02:00