0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

Merge pull request #135117 from rski/awesomewm

This commit is contained in:
Sandro 2021-08-23 12:45:49 +02:00 committed by GitHub
commit 2981a49d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ in
default = []; default = [];
type = types.listOf types.package; type = types.listOf types.package;
description = "List of lua packages available for being used in the Awesome configuration."; description = "List of lua packages available for being used in the Awesome configuration.";
example = literalExample "[ luaPackages.oocairo ]"; example = literalExample "[ pkgs.luaPackages.vicious ]";
}; };
package = mkOption { package = mkOption {