dream2nix/v1/nix/modules/drv-parts/_template/default.nix

11 lines
80 B
Nix

{
config,
lib,
...
}: let
l = lib // builtins;
in {
config = {
};
}