style: use inherit instead of assignment for pkgs.lib

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rasyidan Akbar F. 2026-03-22 16:04:34 +07:00
commit 0116dbe7e8

View file

@ -16,7 +16,7 @@
system:
let
pkgs = import nixpkgs { inherit system; };
lib = pkgs.lib;
inherit (pkgs) lib;
in
{
packages = {