forked from extern/flakelight
Add statix check to flakelight flake
This commit is contained in:
parent
3f595f5f2c
commit
b72983b29a
@ -22,7 +22,7 @@ in
|
|||||||
|
|
||||||
config.withOverlays = mkOrder 10 (final: prev:
|
config.withOverlays = mkOrder 10 (final: prev:
|
||||||
let
|
let
|
||||||
system = prev.stdenv.hostPlatform.system;
|
inherit (prev.stdenv.hostPlatform) system;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit src inputs outputs flakelight system;
|
inherit src inputs outputs flakelight system;
|
||||||
|
Loading…
Reference in New Issue
Block a user