Update all documentation to Cursor 1.4.2
This commit is contained in:
@@ -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
@@ -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,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
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user