Remove mynixpkgs and added helium

This commit is contained in:
2026-04-03 21:56:11 +02:00
parent e57c4dab80
commit 25eeeb2ff9
5 changed files with 48 additions and 59 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
heliumWrapped = pkgs.symlinkJoin {
name = "helium-wrapped";
paths = [inputs.mynixpkgs.packages.${pkgs.stdenv.hostPlatform.system}.helium];
paths = [inputs.helium.packages.${pkgs.system}.default];
buildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/helium \