Update Cursor to version 1.4.3 and update documentation
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# Quick Start Guide
|
# Quick Start Guide
|
||||||
|
|
||||||
Get Cursor 1.4.2 running on NixOS in minutes!
|
Get Cursor 1.4.3 running on NixOS in minutes!
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Get Cursor 1.4.2 running on NixOS in minutes!
|
|||||||
|
|
||||||
## What You Get
|
## What You Get
|
||||||
|
|
||||||
- ✅ **Cursor 1.4.2**: Latest AI-first code editor
|
- ✅ **Cursor 1.4.3**: Latest AI-first code editor
|
||||||
- ✅ **Development Environment**: Node.js, Python, Rust, Git
|
- ✅ **Development Environment**: Node.js, Python, Rust, Git
|
||||||
- ✅ **Modern Shell**: Zsh with Starship prompt
|
- ✅ **Modern Shell**: Zsh with Starship prompt
|
||||||
- ✅ **CLI Tools**: ripgrep, fd, bat, eza, fzf, tmux
|
- ✅ **CLI Tools**: ripgrep, fd, bat, eza, fzf, tmux
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Cursor NixOS Flake
|
# Cursor NixOS Flake
|
||||||
|
|
||||||
A NixOS flake that provides Cursor 1.4.2 (AI-first code editor) as an AppImage with enhanced compatibility for NixOS systems.
|
A NixOS flake that provides Cursor 1.4.3 (AI-first code editor) as an AppImage with enhanced compatibility for NixOS systems.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Cursor 1.4.2**: Latest version of the AI-first code editor
|
- **Cursor 1.4.3**: Latest version of the AI-first code editor
|
||||||
- **Enhanced AppImage Support**: Optimized for NixOS with proper library paths and environment setup
|
- **Enhanced AppImage Support**: Optimized for NixOS with proper library paths and environment setup
|
||||||
- **Easy Integration**: Can be used as a standalone system or integrated into existing NixOS flakes
|
- **Easy Integration**: Can be used as a standalone system or integrated into existing NixOS flakes
|
||||||
- **Development Tools**: Complete development environment with modern tools
|
- **Development Tools**: Complete development environment with modern tools
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
description = "NixOS configuration with Cursor 1.4.2 AppImage";
|
description = "NixOS configuration with Cursor 1.4.3 AppImage";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ let
|
|||||||
# First, unpack the AppImage and wrap it with the correct libraries
|
# First, unpack the AppImage and wrap it with the correct libraries
|
||||||
unwrapped = pkgs.appimageTools.wrapType2 {
|
unwrapped = pkgs.appimageTools.wrapType2 {
|
||||||
pname = "cursor";
|
pname = "cursor";
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://downloads.cursor.com/production/07aa3b4519da4feab4761c58da3eeedd253a1671/linux/x64/Cursor-1.4.2-x86_64.AppImage";
|
url = "https://downloads.cursor.com/production/e50823e9ded15fddfd743c7122b4724130c25df8/linux/x64/Cursor-1.4.3-x86_64.AppImage";
|
||||||
sha256 = "0gb89li1aklzgc9h8y5rlrnk0n6sb4ikahaml4r9kr6ixadc4b1a";
|
sha256 = "042x8363gn6yam0hnc8aibaj7m86fyyaldfiswhzv25bgs5cwdvg";
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the libraries needed by Cursor, which will be added to the RPATH
|
# All the libraries needed by Cursor, which will be added to the RPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user