Skip to content

Commit d0bc480

Browse files
committed
fix: potential fix for packaged executable
1 parent 086687d commit d0bc480

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
let
1313
# The target systems and their vercel/pkg mapping
1414
systems = { "x86_64-linux" = [ "linux" "x64" ]; };
15-
1615
in flake-utils.lib.eachSystem (builtins.attrNames systems) (system:
1716
let
1817
pkgs = nixpkgs-matrix.legacyPackages.${system};

shims/require-shim.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ import path from 'node:path';
1010
require = createRequire(import.meta.url);
1111
let __dirname = path.dirname(fileURLToPath(import.meta.url));
1212
export { __dirname };
13+

0 commit comments

Comments
 (0)