Skip to content

Commit

Permalink
build(nix): fix build (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: alex <[email protected]>
  • Loading branch information
nekowinston and pixL404 authored Jan 5, 2024
1 parent 7eef30c commit 80122d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ in
(lib.checkListOfEnum "${pname}: workbenchMode" validWorkbenchModes [workbenchMode])
(lib.checkListOfEnum "${pname}: bracketMode" validBracketModes [bracketMode])
pkgs.vscode-utils.buildVscodeExtension rec {
inherit name;
inherit name version;
src = builder.outPath;
vscodeExtPublisher = "catppuccin";
vscodeExtName = name;
Expand Down

0 comments on commit 80122d6

Please sign in to comment.