flake: remove unused 'lib'

This commit is contained in:
Bruno BELANYI 2023-05-03 16:52:08 +00:00
parent 9f3a8ac2bd
commit 185b1d5490
1 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
{ self
, flake-parts
{ flake-parts
, futils
, ...
} @ inputs:
let
inherit (self) lib;
mySystems = futils.lib.defaultSystems;
in
flake-parts.lib.mkFlake { inherit inputs; } {