Loading pkgs/by-name/mi/mint-artwork/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ stdenv.mkDerivation rec { ]; installPhase = '' runHook preInstall mkdir $out # note: we fuck up a bunch of stuff but idc Loading @@ -37,6 +39,8 @@ stdenv.mkDerivation rec { mv etc $out/etc mv usr/share $out/share runHook postInstall ''; meta = with lib; { Loading Loading
pkgs/by-name/mi/mint-artwork/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ stdenv.mkDerivation rec { ]; installPhase = '' runHook preInstall mkdir $out # note: we fuck up a bunch of stuff but idc Loading @@ -37,6 +39,8 @@ stdenv.mkDerivation rec { mv etc $out/etc mv usr/share $out/share runHook postInstall ''; meta = with lib; { Loading