Compare commits

..

3 commits

Author SHA1 Message Date
Bruno BELANYI ef2efdcf0c home: vim: update for 'which-key' v3
Some checks failed
ci/woodpecker/push/check Pipeline failed
It complains quite loudly about the legacy mapping syntax.
2024-07-25 19:23:42 +01:00
Bruno BELANYI b042011542 nixos: system: packages: fix deprecated config 2024-07-25 19:22:15 +01:00
Bruno BELANYI cf26edaa48 flake: bump inputs
Add fix renamed packages.
2024-07-25 19:22:15 +01:00

View file

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