mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove unnecessary parameter
This commit is contained in:
parent
9bf5382d96
commit
53bd8668a2
4 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
lib,
|
||||
...
|
||||
}: {disableGPU ? false}:
|
||||
assembleWrapper "marktext" {
|
||||
assembleWrapper {
|
||||
basePackage = pkgs.marktext;
|
||||
flags = [(lib.mkIf disableGPU "--disable-gpu")];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue