Skip to content

Commit

Permalink
fix: Set allowUnfree in example template
Browse files Browse the repository at this point in the history
Setting required due to redi-search enabled in template

Probably missed in 9f44f81
  • Loading branch information
gavindsouza authored and blaggacao committed Oct 24, 2024
1 parent 27622b6 commit a0e9143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/templates/frappe/apps/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ let
pkgs = import nixpkgs.path {
# wkhtmltopdf
config.permittedInsecurePackages = ["openssl-1.1.1w"];
config.allowUnfree = true;

system = nixpkgs.system;

Expand Down

0 comments on commit a0e9143

Please sign in to comment.