require nix: warn, don't fail

This commit is contained in:
Graham Christensen 2024-04-18 14:14:44 -04:00
parent cf0682951c
commit 2a126830d5
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -95341,7 +95341,7 @@ const idslib = new IdsToolbox({
name: "magic-nix-cache", name: "magic-nix-cache",
fetchStyle: "gh-env-style", fetchStyle: "gh-env-style",
idsProjectName: "magic-nix-cache-closure", idsProjectName: "magic-nix-cache-closure",
requireNix: "fail", requireNix: "warn",
}); });
idslib.onMain(async () => { idslib.onMain(async () => {
await setUpAutoCache(idslib); await setUpAutoCache(idslib);

View file

@ -305,7 +305,7 @@ const idslib = new IdsToolbox({
name: "magic-nix-cache", name: "magic-nix-cache",
fetchStyle: "gh-env-style", fetchStyle: "gh-env-style",
idsProjectName: "magic-nix-cache-closure", idsProjectName: "magic-nix-cache-closure",
requireNix: "fail", requireNix: "warn",
}); });
idslib.onMain(async () => { idslib.onMain(async () => {