Skip to content

code-cursor: 0.49.6 -> 0.50.5#408257

Merged
Aleksanaa merged 3 commits into
NixOS:masterfrom
Prince213:pkgs/code-cursor-0.50.4
May 26, 2025
Merged

code-cursor: 0.49.6 -> 0.50.5#408257
Aleksanaa merged 3 commits into
NixOS:masterfrom
Prince213:pkgs/code-cursor-0.50.4

code-cursor: 0.49.6 -> 0.50.5

c009926
Select commit
Loading
Failed to load commit list.
OfBorg / code-cursor, code-cursor.passthru.tests on x86_64-darwin succeeded Jul 10, 2025

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.