mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add missing bracket
This commit is contained in:
parent
2ad9d090a9
commit
b11fe48298
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
options =
|
||||
options = {
|
||||
packages = {
|
||||
enable = lib.mkEnableOption "enables packages";
|
||||
core.enable = lib.mkEnableOption "enables required packages";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue