We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086687d commit d0bc480Copy full SHA for d0bc480
flake.nix
@@ -12,7 +12,6 @@
12
let
13
# The target systems and their vercel/pkg mapping
14
systems = { "x86_64-linux" = [ "linux" "x64" ]; };
15
-
16
in flake-utils.lib.eachSystem (builtins.attrNames systems) (system:
17
18
pkgs = nixpkgs-matrix.legacyPackages.${system};
shims/require-shim.mjs
@@ -10,3 +10,4 @@ import path from 'node:path';
10
require = createRequire(import.meta.url);
11
let __dirname = path.dirname(fileURLToPath(import.meta.url));
export { __dirname };
+
0 commit comments