feat: add source control identity management
This commit is contained in:
@@ -42,7 +42,8 @@ in
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
] ++ lib.optional (terminalPackage != null && lib.elem "terminfo" terminalPackage.outputs) (
|
||||
]
|
||||
++ lib.optional (terminalPackage != null && lib.elem "terminfo" terminalPackage.outputs) (
|
||||
lib.getOutput "terminfo" terminalPackage
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user