Chore: Automated dead code cleanup
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled

This commit is contained in:
Jokiller230 Jokiller230@users.noreply.github.com 2025-07-18 19:13:08 +00:00
parent b08c5c8bce
commit 0a02793571

View file

@ -1,13 +1,7 @@
{ {
lib, lib,
config,
osConfig,
namespace,
... ...
}: }:
let
inherit (lib) mkIf;
in
{ {
} }