Don't use openASAR

This commit is contained in:
Natsu Kagami 2023-02-05 14:52:20 +01:00
parent 7de8e7ae37
commit 29d2cc36cb
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -16,7 +16,7 @@ in
package = mkOption { package = mkOption {
type = types.package; type = types.package;
default = cfg.basePackage.override { withOpenASAR = true; nss = pkgs.nss_latest; }; default = cfg.basePackage.override { nss = pkgs.nss_latest; };
description = "The actual package to use"; description = "The actual package to use";
}; };
}; };