mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] Add dev, debug and static outputs
Removed devdoc which is already included by another option
This commit is contained in:
parent
b193bb9d0d
commit
3c5aa4d504
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.extraOutputsToInstall = [
|
environment.extraOutputsToInstall = [
|
||||||
"doc" "info" "devdoc"
|
"doc" "info" "dev" "debug" "static"
|
||||||
];
|
];
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue