1{ 2 inputs.flakelight.url = "github:nix-community/flakelight"; 3 outputs = {flakelight, ...}: 4 flakelight ./. ( 5 {lib, ...}: { 6 systems = lib.systems.flakeExposed; 7 } 8 ); 9}