Skip to content

Commit

Permalink
feat: skip build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
aikooo7 committed Feb 10, 2024
1 parent 2fc3957 commit 2b0a2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/ro/rose-pine-cursor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
sourceRoot = ".";

dontConfigure = true;
dontBuild = true;

installPhase = ''
mkdir -p $out/share/icons
cp -R BreezeX-RosePine-Linux $out/share/icons/
Expand Down

0 comments on commit 2b0a2e3

Please sign in to comment.