mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-12 06:10:07 +01:00
chore: format and add meta module
This commit is contained in:
parent
223000e43c
commit
5fee6ef12a
7 changed files with 238 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue