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

@ -2,7 +2,6 @@
pkgs,
unixName,
config,
rootPath,
...
}: {
imports = [

View file

@ -1,5 +1,5 @@
{inputs, ...}: let
inherit (inputs.niri-flake.lib.kdl) node leaf plain flag;
inherit (inputs.niri-flake.lib.kdl) node leaf flag;
in {
david.programs.niri = {
extraConfig = let

View file

@ -1,8 +1,6 @@
{
pkgs,
config,
rootPath,
inputs,
unixName,
...
}: {

View file

@ -1,5 +1,5 @@
{inputs, ...}: let
inherit (inputs.niri-flake.lib.kdl) node leaf plain flag;
inherit (inputs.niri-flake.lib.kdl) node leaf flag;
in {
david.programs.niri = {
extraConfig = let

View file

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
inputs,
...
} @ args: let