From 10ce22990434f63f98bcedf61e54886904432289 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Mon, 6 Jan 2025 23:40:24 +0300 Subject: [PATCH] desktop support --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1c33e6f..96a5aa0 100644 --- a/flake.nix +++ b/flake.nix @@ -49,9 +49,10 @@ installPhase = '' runHook preInstall mkdir -p $out/bin + mkdir -p $out/share/applications cp ${fhsEnv}/bin/${pname}-fhs-env $out/bin/simintech - runHook postInstall cp ${desktopItem}/share/applications/*.desktop $out/share/applications + runHook postInstall ''; }; in {