flake: remove unused 'lib'
This commit is contained in:
parent
9f3a8ac2bd
commit
185b1d5490
|
@ -1,11 +1,8 @@
|
||||||
{ self
|
{ flake-parts
|
||||||
, flake-parts
|
|
||||||
, futils
|
, futils
|
||||||
, ...
|
, ...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
let
|
let
|
||||||
inherit (self) lib;
|
|
||||||
|
|
||||||
mySystems = futils.lib.defaultSystems;
|
mySystems = futils.lib.defaultSystems;
|
||||||
in
|
in
|
||||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
|
|
Loading…
Reference in a new issue