love-cellular-automata/nix/default.nix

8 lines
154 B
Nix
Raw Normal View History

2022-09-11 04:23:52 +00:00
{ pkgs }:
let
files = [ "love" "lume" "lurker" ];
buildPkg = name: pkgs.callPackage (./. + "/${name}.nix") { };
in
pkgs.lib.genAttrs files buildPkg