Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit b0b63f4

Browse files
committed
Fix extractType2 args
1 parent 46fb370 commit b0b63f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flake.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
vscodeVersion = "1.93.1";
2525

2626
cursorSrc = pkgs.appimageTools.extractType2 {
27-
name = "cursor-appimage";
27+
pname = "cursor-appimage";
28+
version = cursorVersion;
2829
src = pkgs.fetchurl {
2930
url = "https://dl.todesktop.com/230313mzl4w4u92/versions/${cursorVersion}/linux/appImage/x64";
3031
sha256 = "sha256-jM2VKg9Zx4sNqWtNgdBiiV84T5KkyExi0K/7P/uiD30=";
@@ -141,7 +142,8 @@
141142
name = "linux-arm64";
142143
};
143144
arm64-appimage = pkgs.stdenv.mkDerivation {
144-
name = artifactName "linux" "arm64" "AppImage";
145+
pname = artifactName "linux" "arm64" "AppImage";
146+
version = cursorVersion;
145147
src = self.packages.${system}.cursor.linux.arm64;
146148
dontPatchShebangs = true;
147149
buildInputs = [ pkgs.appimagekit ];

0 commit comments

Comments
 (0)