Skip to content

Commit

Permalink
chore: [noticket] Add NPM_CONFIG_ENGINE_STRICT for new npm10 for defa…
Browse files Browse the repository at this point in the history
…ult devenv

- Increase version
  • Loading branch information
lx-wnk committed Jan 8, 2024
1 parent 9087f18 commit f2ce762
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let
cfg = config.kellerkinder;

currentVersion = "v1.0.2";
currentVersion = "v1.0.3";

listEntries = path:
map (name: path + "/${name}") (builtins.attrNames (builtins.readDir path));
Expand Down Expand Up @@ -205,6 +205,7 @@ in {
SHOPWARE_CACHE_ID = "dev";

NODE_OPTIONS = "--openssl-legacy-provider --max-old-space-size=2000";
NPM_CONFIG_ENGINE_STRICT = "false"; # hotfix for npm10
})
(lib.mkIf (config.services.elasticsearch.enable || config.services.opensearch.enable) {
SHOPWARE_ES_ENABLED = "1";
Expand Down
2 changes: 1 addition & 1 deletion examples/sw5/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixos-unstable
kellerkinder:
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.2
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.3
flake: false
phps:
url: github:fossar/nix-phps
Expand Down
2 changes: 1 addition & 1 deletion examples/sw6/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixos-unstable
kellerkinder:
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.2
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.3
flake: false
phps:
url: github:fossar/nix-phps
Expand Down

0 comments on commit f2ce762

Please sign in to comment.