Fixed system evaluation warning

This commit is contained in:
2026-04-03 22:30:15 +02:00
parent 25eeeb2ff9
commit b6552d60e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 \