Bruno BELANYI
84fea2f677
pkgs: add bt-migrate
2024-03-07 11:36:18 +00:00
Bruno BELANYI
ef882a5267
pkgs: add sqlite_orm
2024-03-05 21:17:04 +00:00
Bruno BELANYI
6a47703c08
pkgs: add digestpp
2024-03-05 21:17:04 +00:00
Bruno BELANYI
3c79a373e4
pkgs: zsh-done: 0.1.0 -> 0.1.1
2024-02-15 16:33:46 +00:00
Bruno BELANYI
bddcab110d
pkgs: matrix-notifier: 0.3.0 -> 0.4.0
ci/woodpecker/push/check Pipeline was successful
2024-01-03 15:58:34 +00:00
Bruno BELANYI
13d85c30f9
pkgs: remove 'wifi-qr'
...
ci/woodpecker/push/check Pipeline is pending
Now that I added it to upstream, I can get rid of it.
2023-12-19 19:08:25 +01:00
Bruno BELANYI
4aca698ac6
pkgs: remove 'unified-hosts-lists'
...
ci/woodpecker/push/check Pipeline was successful
Instead make use of the upstream packaged host list.
2023-12-16 14:31:16 +00:00
Bruno BELANYI
7ccb8ea8b5
pkgs: unbound-zones-adblock: use upstream package
...
ci/woodpecker/push/check Pipeline was successful
This is a slight regression, as the current version of
`stevenblack-blocklist` is 3.13.10 and the version I packaged is
3.14.37.
However I am lazy and want to avoid having to bump the version
manually...
2023-12-16 14:28:46 +00:00
Bruno BELANYI
49f695bf68
pkgs: remove 'drone-scp'
...
ci/woodpecker/push/check Pipeline was successful
I added it to upstream nixpkgs.
2023-12-16 12:51:12 +00:00
Bruno BELANYI
49742deb18
pkgs: unified-hosts-lists: 3.12.15 -> 3.14.37
ci/woodpecker/push/check Pipeline was successful
2023-12-14 20:08:01 +00:00
Bruno BELANYI
c28959fe02
pkgs: remove 'vimix-cursors'
...
Now that I've (finally) packaged it upstream.
2023-12-14 14:26:18 +00:00
Bruno BELANYI
1d50844fa4
pkgs: remove 'ff2mpv-go'
...
I've (finally) packaged it upstream.
2023-12-14 14:26:18 +00:00
Bruno BELANYI
90aed6b2ca
pkgs: lohr: 0.4.2. -> 0.4.5
2023-12-14 14:26:18 +00:00
Bruno BELANYI
32ec402ad0
pkgs: remove volantes-cursors
...
ci/woodpecker/push/check Pipeline was successful
It has been packaged upstream.
2023-11-07 16:52:13 +00:00
Bruno BELANYI
2d36ffd96d
pkgs: comma: rename 'COMMA_{,NIX}PKGS_FLAKE'
...
ci/woodpecker/push/check Pipeline was successful
This aligns with the rust implementation of this tool [1].
[1]: 17a4f33849
2023-10-12 15:21:06 +00:00
Bruno BELANYI
e81de7faad
pkgs: rbw-pass: fix program name in usage string
ci/woodpecker/push/check Pipeline was successful
2023-09-26 16:51:46 +00:00
Bruno BELANYI
a87429b067
pkgs: add 'zsh-done'
ci/woodpecker/push/check Pipeline was successful
2023-08-13 15:33:02 +01:00
Bruno BELANYI
bcdbe45558
pkgs: add osc777
ci/woodpecker/push/check Pipeline was successful
2023-08-11 13:13:21 +00:00
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
0cf6cfe39b
pkgs: remove woodpecker
...
Now that v1.0.0 is on nixpkgs, no need for my custom packages.
2023-08-06 20:13:08 +02:00
Bruno BELANYI
58a94bdf1b
pkgs: remove woodpecker-plugin-git
...
I have now upstreamed the package, so let's remove it.
2023-08-06 20:13:08 +02:00
Bruno BELANYI
9f7472222c
treewide: use 'lib.getExe' when possible
...
Don't use it in wireguard to keep it consistent, as only half the
commands could use it.
2023-08-06 20:13:08 +02:00
Bruno BELANYI
8f818b8611
pkgs: add rbw-pass
...
This is honestly almost overkill, as the script doesn't really have any
logic in it, but it's good to have a common base with the bitwarden-cli
one.
2023-08-06 20:13:08 +02:00
Bruno BELANYI
c8019f84bb
pkgs: wifi-qr: fix icon handling
ci/woodpecker/push/check Pipeline was successful
2023-05-09 20:33:05 +01:00
Bruno BELANYI
b9d6115994
pkgs: unbound-zones-adblock: remove unused 'rec'
2023-05-04 09:27:19 +00:00
Bruno BELANYI
debdadbd1a
pkgs: woodpecker: do not name unused argument
2023-05-03 15:15:31 +00:00
Bruno BELANYI
6f3594b694
pkgs: woodpecker: remove unused inputs
2023-05-03 15:15:31 +00:00
Bruno BELANYI
0f385abf3c
pkgs: fix 'nativeBuildInputs' usage
2023-05-03 15:02:44 +00:00
Bruno BELANYI
ce4e163193
pkgs: add wifi-qr
2023-05-03 15:02:44 +00:00
Bruno BELANYI
520d799124
pkgs: remove 'pnpm-lock-export'
...
ci/woodpecker/push/check Pipeline was successful
I don't need it now that it has been upstreamed.
2023-04-11 22:31:29 +01:00
Bruno BELANYI
0e5d40ef7f
pkgs: woodpecker: add 'pnpm-lock-export' to update
...
Now that it has been upstreamed.
2023-04-11 22:31:28 +01:00
Bruno BELANYI
29a1a48d19
pkgs: matrix-notifier: 0.2.0 -> 0.3.0
continuous-integration/drone/push Build is passing
2023-04-01 16:33:43 +01:00
Bruno BELANYI
ffd3fb06bd
pkgs: refactor 'sha256' -> 'hash'
2023-04-01 16:33:26 +01:00
Bruno BELANYI
eb34d23e3d
pkgs: lohr: 0.4.0 -> 0.4.2
2023-04-01 16:32:04 +01:00
Bruno BELANYI
8fa1b9952c
pkgs: remove 'rofi-bluetooth'
...
Now that it is packaged upstream.
2023-04-01 16:22:08 +01:00
Bruno BELANYI
f6d648a87a
pkgs: remove 'nolimips'
...
Now that the CRI packages it.
2023-04-01 16:20:29 +01:00
Bruno BELANYI
1221d5b6d6
pkgs: remove 'havm'
...
Now that the CRI packages it.
2023-04-01 16:20:05 +01:00
Bruno BELANYI
c857e4cd2e
pkgs: add woodpecker-plugin-git
2023-04-01 15:56:48 +01:00
Bruno BELANYI
ea57ad3eb8
pkgs: add woodpecker
...
This is just the same version as upstream, but following the `next`
version.
2023-04-01 15:56:48 +01:00
Bruno BELANYI
281d98b295
pkgs: add pnpm-lock-export
2023-04-01 13:05:47 +02:00
Bruno BELANYI
677a5a11e6
pkgs: unified-hosts-lists: 3.11.16 -> 3.12.15
continuous-integration/drone/push Build is passing
2023-03-24 20:46:48 +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
464ed92b00
pkgs: diff-flake: re-order functions
...
continuous-integration/drone/push Build is passing
This makes it more consistent across the entire file, and follows
alphabetical order (home -> host -> shell).
2023-03-16 11:49:26 +00:00
Bruno BELANYI
08740e846f
pkgs: diff-flake: quote attribute names
...
Since we don't know if they contain `.` or other characters that might
need quoting.
2023-03-16 11:49:26 +00:00
Bruno BELANYI
66fc43f7ca
pkgs: diff-flake: 0.3.1 -> 0.4.0
...
Add home-manager configurations.
2023-03-16 11:49:26 +00:00
Bruno BELANYI
a5da0abbc2
pkgs: diff-flake: 0.3.0 -> 0.3.1
...
Add all dev shells when run without any arguments.
2023-03-16 11:49:26 +00:00
Bruno BELANYI
b56674728f
pkgs: diff-flake: 0.2.0 -> 0.3.0
...
Change how `devShells` is handled: always build for the current system
and instead query for the name of the shell that should be built.
2023-03-16 11:49:26 +00:00
Bruno BELANYI
04734c8bd2
pkgs: ff2mpv-go: fix 'vendorHash'
2023-03-07 12:34:46 +00:00
Bruno BELANYI
9965c3846f
pkgs: add osc52
continuous-integration/drone/push Build is passing
2023-02-20 10:44:28 +00:00