forked from Fediversity/Fediversity
readability
This commit is contained in:
parent
7066b2cb69
commit
bf488f89e1
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@ in
|
||||||
implementation =
|
implementation =
|
||||||
cfg:
|
cfg:
|
||||||
lib.optionalAttrs cfg.enable {
|
lib.optionalAttrs cfg.enable {
|
||||||
dummy.login-shell.packages.hello = pkgs.hello;
|
hello.login-shell.packages = {
|
||||||
|
inherit (pkgs) hello;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environments.single-nixos-vm =
|
environments.single-nixos-vm =
|
||||||
|
|
Loading…
Add table
Reference in a new issue