diff --git a/pkgs/focus/flake.nix b/pkgs/focus/flake.nix index defc23b..1a6aef2 100644 --- a/pkgs/focus/flake.nix +++ b/pkgs/focus/flake.nix @@ -1,5 +1,5 @@ { - description = "Focus editor – binary flake"; + description = "Focus editor – binary package"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; @@ -14,7 +14,6 @@ src = pkgs.fetchurl { url = "https://github.com/focus-editor/focus/releases/download/${version}/focus-linux"; - # Run once → Nix will tell you the correct hash and you paste it here hash = "sha256-rjA8TtXL+hJSmIVsv24M3wC1vBMFZURGTIVauzueaZE="; executable = true; }; @@ -45,7 +44,7 @@ # .desktop file mkdir -p $out/share/applications - cat > $out/share/applications/focus-editor.desktop < $out/share/applications/focus.desktop <