{ inputs = { nixpkgs-lib.url = "github:nix-community/nixpkgs.lib"; }; outputs = { nixpkgs-lib, ... }: let inherit (nixpkgs-lib) lib; in lib.mapAttrs' (name: _type: lib.nameValuePair (lib.removeSuffix ".webp" name) ./images/${name}) ( builtins.readDir ./images ); }