module(just): Add dead-nix to check unused nix code

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent 07fc72c500
commit b497d6b938
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
36 changed files with 30 additions and 47 deletions

View file

@ -4,7 +4,7 @@
}: let
inherit (srcs) wshowkeys-mao;
in
wshowkeys.overrideAttrs (final: prev: {
wshowkeys.overrideAttrs (_final: _prev: {
inherit (wshowkeys-mao) src;
pname = "wshowkeys-mao";
version = wshowkeys-mao.date + "-" + wshowkeys-mao.version;