Skip to content

code-cursor: use generic vscode package builder#413785

Merged
JohnRTitor merged 2 commits into
NixOS:masterfrom
Zaczero:code-cursor-generic-package
Jun 13, 2025
Merged

code-cursor: use generic vscode package builder#413785
JohnRTitor merged 2 commits into
NixOS:masterfrom
Zaczero:code-cursor-generic-package

code-cursor: specify linux platforms explicitly

5cfcf89
Select commit
Loading
Failed to load commit list.
OfBorg / code-cursor, code-cursor.passthru.tests on x86_64-linux succeeded Jun 13, 2025 in 0s

Success

Attempted: code-cursor.passthru.tests

The following builds were skipped because they don't evaluate on x86_64-linux: 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.