useless_has_attr

This commit is contained in:
mjallen18
2026-04-05 14:29:24 -05:00
parent c439495d7a
commit 159ad4cb83
24 changed files with 34 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
{ inputs, ... }@args:
let
# Get self from args or default to ../.. (the flake root)
self = if args ? self then args.self else ../..;
self = args.self or ../..;
inherit (inputs.nixpkgs.lib)
genAttrs