Update all documentation to Cursor 1.4.2

This commit is contained in:
thinktankmachine
2025-08-07 10:05:32 +10:00
parent dcfd6ecae6
commit 51eb2ce230
5 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
## Problem Summary
When using Cursor 1.3.9 as an AppImage in a NixOS flake, users encounter errors related to native modules not being found:
When using Cursor 1.4.2 as an AppImage in a NixOS flake, users encounter errors related to native modules not being found:
```
Error: Cannot find module './build/Debug/keymapping'
@@ -36,7 +36,7 @@ Here's the complete updated `cursorAppImage` section for your `home.nix`:
```nix
let
# Cursor 1.3.9 AppImage wrapper with enhanced compatibility and update handling
# Cursor 1.4.2 AppImage wrapper with enhanced compatibility and update handling
cursorAppImage = pkgs.writeShellScriptBin "cursor" ''
# Set up environment for better AppImage compatibility
export APPDIR=""
@@ -103,8 +103,8 @@ let
--no-sandbox \
--appimage-extract-and-run \
${pkgs.fetchurl {
url = "https://downloads.cursor.com/production/54c27320fab08c9f5dd5873f07fca101f7a3e076/linux/x64/Cursor-1.3.9-x86_64.AppImage";
sha256 = "076ijp033xjg09aqjhjm6sslvq0hsjga35840m3br722lqpi6jfj";
url = "https://downloads.cursor.com/production/07aa3b4519da4feab4761c58da3eeedd253a1671/linux/x64/Cursor-1.4.2-x86_64.AppImage";
sha256 = "0gb89li1aklzgc9h8y5rlrnk0n6sb4ikahaml4r9kr6ixadc4b1a";
}} \
--disable-updates \
--no-update-check \
+2 -2
View File
@@ -1,6 +1,6 @@
# Quick Start Guide
Get Cursor 1.3.9 running on NixOS in minutes!
Get Cursor 1.4.2 running on NixOS in minutes!
## Prerequisites
@@ -30,7 +30,7 @@ Get Cursor 1.3.9 running on NixOS in minutes!
## What You Get
- ✅ **Cursor 1.3.9**: Latest AI-first code editor
- ✅ **Cursor 1.4.2**: Latest AI-first code editor
- ✅ **Development Environment**: Node.js, Python, Rust, Git
- ✅ **Modern Shell**: Zsh with Starship prompt
- ✅ **CLI Tools**: ripgrep, fd, bat, eza, fzf, tmux
+1 -1
View File
@@ -1,6 +1,6 @@
# Cursor NixOS Flake
A NixOS flake that provides Cursor 1.3.9 (AI-first code editor) as an AppImage with enhanced compatibility for NixOS systems.
A NixOS flake that provides Cursor 1.4.2 (AI-first code editor) as an AppImage with enhanced compatibility for NixOS systems.
## Features
+3 -3
View File
@@ -22,7 +22,7 @@ We need to modify the Cursor wrapper in `home.nix` to add additional environment
{ config, pkgs, lib, ... }:
let
# Cursor 1.3.9 AppImage wrapper with enhanced compatibility and update handling
# Cursor 1.4.2 AppImage wrapper with enhanced compatibility and update handling
cursorAppImage = pkgs.writeShellScriptBin "cursor" ''
# Set up environment for better AppImage compatibility
export APPDIR=""
@@ -89,8 +89,8 @@ let
--no-sandbox \
--appimage-extract-and-run \
${pkgs.fetchurl {
url = "https://downloads.cursor.com/production/54c27320fab08c9f5dd5873f07fca101f7a3e076/linux/x64/Cursor-1.3.9-x86_64.AppImage";
sha256 = "076ijp033xjg09aqjhjm6sslvq0hsjga35840m3br722lqpi6jfj";
url = "https://downloads.cursor.com/production/07aa3b4519da4feab4761c58da3eeedd253a1671/linux/x64/Cursor-1.4.2-x86_64.AppImage";
sha256 = "0gb89li1aklzgc9h8y5rlrnk0n6sb4ikahaml4r9kr6ixadc4b1a";
}} \
--disable-updates \
--no-update-check \
+1 -1
View File
@@ -40,7 +40,7 @@ cursor --version
```
Expected output:
- Should display the Cursor version (1.3.9)
- Should display the Cursor version (1.4.2)
- No error messages about missing modules
### 4. Test GUI Launch