chore: format and add meta module

This commit is contained in:
technofab 2025-09-15 11:28:58 +02:00
parent 223000e43c
commit 5fee6ef12a
No known key found for this signature in database
7 changed files with 238 additions and 8 deletions

View file

@ -124,8 +124,12 @@ in {
meta.mainProgram = "devshell-${config.name}";
};
finalPackage = mkNakedShell {
name = config.name;
inherit (config) name;
profile = config.shell.finalProfile;
passthru = {
metadata = config.meta.finalMetadata;
metadataJson = config.meta.finalJson;
};
};
};
}