Skip to content

Commit

Permalink
update(sg): update sg to 0.11.0
Browse files Browse the repository at this point in the history
- updated sg to version 0.11.0
- modified convention markdown variable name
- removed vips from build inputs

the update to sg version 0.11.0 includes important improvements and
optimizations, while the removal of vips from build inputs streamlines the build
process.
  • Loading branch information
kirinnee committed Feb 2, 2025
1 parent a99f1cc commit c2097c8
Show file tree
Hide file tree
Showing 4 changed files with 1,779 additions and 1,849 deletions.
2 changes: 1 addition & 1 deletion atomi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conventionMarkdown:
id: commit-conventions
title: Commit Conventions
---
var__convention_docs__
var___convention_docs___
keywords:
- BREAKING CHANGE
- BREAKING CHANGES
Expand Down
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion node/22/export.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ with n;
(rec {
sg_raw = n."@kirinnee/semantic-generator".override {
buildInputs = [
nixpkgs.vips
nixpkgs.nodePackages.npm
];
nativeBuildInputs = [ nixpkgs.pkg-config ];
Expand Down
Loading

0 comments on commit c2097c8

Please sign in to comment.