Compare commits

..

4 commits

Author SHA1 Message Date
Bruno BELANYI f40e184d64 home: vim: update for 'which-key' v3
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It complains quite loudly about the legacy mapping syntax.
2024-07-25 20:29:00 +02:00
Bruno BELANYI 94e4a445e1 nixos: system: packages: fix deprecated config 2024-07-25 20:29:00 +02:00
Bruno BELANYI 5010c6556a flake: bump inputs
Add fix renamed packages.
2024-07-25 20:29:00 +02:00
Bruno BELANYI b5216a6a50 pkgs: unbound-zones-adblock: fix version 2024-07-25 20:29:00 +02:00

View file

@ -1,7 +1,7 @@
{ lib, gawk, stdenvNoCC, stevenblack-blocklist }:
stdenvNoCC.mkDerivation {
name = "unbound-zones-adblock";
version = stevenblack-blocklist.rev;
inherit (stevenblack-blocklist) version;
src = stevenblack-blocklist;