mirror of
https://github.com/nix-community/flakelight.git
synced 2025-06-21 01:57:57 +02:00
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…
x
Reference in New Issue
Block a user