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 1cc0ef82f6
commit 66ecfc7644
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
35 changed files with 26 additions and 41 deletions

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
qq = outputs.packages."${system}".QQ;

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages."${system}") cliphist;

View file

@ -1,4 +1,4 @@
{inputs, ...}: final: prev: let
{inputs, ...}: final: _prev: let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
in {

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
helix = outputs.packages."${system}".helix;

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
juicity = outputs.packages."${system}".juicity;

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
radicle-explorer = outputs.packages."${system}".radicle-explorer;

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
spotify = outputs.packages."${system}".spotifyx;

View file

@ -1,4 +1,4 @@
{outputs, ...}: final: prev: let
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
wshowkeys = outputs.packages.${system}.wshowkeys-mao;