flake: remove unused 'lib'
This commit is contained in:
parent
9f3a8ac2bd
commit
185b1d5490
|
@ -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; } {
|
||||
|
|
Loading…
Reference in a new issue