mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
fix manual evaluation
This commit is contained in:
parent
cc0d34f83e
commit
5ccfe7e8f2
@ -133,6 +133,7 @@ in {
|
||||
jre = mkOption {
|
||||
description = "JRE package to run cassandra service.";
|
||||
default = pkgs.jre;
|
||||
defaultText = "pkgs.jre";
|
||||
type = types.package;
|
||||
};
|
||||
user = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user