We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49acf6 commit 4554f1eCopy full SHA for 4554f1e
1 file changed
liximage.nix
@@ -49,7 +49,7 @@ rec {
49
50
# Resolve the correct store path for this architecture from the JSON NODE_ENV
51
STORE_PATH=$(nix eval --store dummy:// --raw --impure --expr \
52
- '(builtins.fromJSON (builtins.getEnv "NODE_ENV")).''${builtins.currentSystem}')
+ '(builtins.fromJSON (builtins.getEnv "NODE_ENV")).${system}')
53
54
# Check if we can SSH to nix-cache
55
EXTRA_SUBSTITUTERS="local?trusted=true"
0 commit comments