flake: remove unused lib argument (#1624)

Link: https://github.com/nix-community/stylix/pull/1624

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-07-08 14:46:37 -07:00 committed by GitHub
parent 4cb10b3446
commit d9338c105c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,4 @@
{
inputs,
self,
lib,
...
}:
{ inputs, self, ... }:
{
flake = {
nixosModules.stylix =