remove: leftover example file

This commit is contained in:
hsjobeki 2022-12-30 22:51:54 +01:00
parent a9001c21eb
commit c65e34d386

View File

@ -1,7 +0,0 @@
{dream2nix}: {config, ...}: {
builders.nodejs = {...}: {
name = "nodejs-strict-builder";
subsystem = "nodejs";
imports = [(attrs: import "${dream2nix}/src/subsystems/nodejs/builders/strict-builder" attrs.framework)];
};
}