Skip to content

[Backport release-25.05] code-cursor: 0.49.6 -> 1.1.3; use generic vscode package builder#419928

Merged
wolfgangwalther merged 6 commits into
NixOS:release-25.05from
mdaniels5757:cursor-25.05-backports
Jun 27, 2025
Merged

[Backport release-25.05] code-cursor: 0.49.6 -> 1.1.3; use generic vscode package builder#419928
wolfgangwalther merged 6 commits into
NixOS:release-25.05from
mdaniels5757:cursor-25.05-backports

code-cursor: 1.0.0 -> 1.1.3

19ff1fe
Select commit
Loading
Failed to load commit list.
OfBorg / code-cursor, code-cursor.passthru.tests on x86_64-darwin succeeded Aug 6, 2025 in 0s

Success

Attempted: code-cursor.passthru.tests

The following builds were skipped because they don't evaluate on x86_64-darwin: code-cursor

Details

Partial log

       Alternatively you can configure a predicate to allow specific packages:
         { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
             "cursor"
           ];
         }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.