Fixed system evaluation warning
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
heliumWrapped = pkgs.symlinkJoin {
|
||||
name = "helium-wrapped";
|
||||
paths = [inputs.helium.packages.${pkgs.system}.default];
|
||||
paths = [inputs.helium.packages.${pkgs.stdenv.hostPlatform.system}.default];
|
||||
buildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/helium \
|
||||
|
||||
Reference in New Issue
Block a user