Skip to content

Commit

Permalink
Merge branch 'main' into sh/gh-pages-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdavid authored Nov 16, 2023
2 parents c32d5a4 + cdd3d80 commit 825e420
Show file tree
Hide file tree
Showing 36 changed files with 1,891 additions and 356 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ node_modules/
/website/dist/
/website/public/install.sh
/website/public/nix-installer*
/ts/internal/nixpkgs
/ts/nixpkgs.ts
/.golden/*/actual
10 changes: 0 additions & 10 deletions .golden/adds_a_description_attribute_from_the_nix_package/golden

This file was deleted.

7 changes: 0 additions & 7 deletions .golden/extracts_top-level_derivations/golden

This file was deleted.

18 changes: 0 additions & 18 deletions .golden/generates_nice_JSDoc_comments/golden

This file was deleted.

7 changes: 0 additions & 7 deletions .golden/ignores_attributes_that_are_marked_broken/golden

This file was deleted.

7 changes: 0 additions & 7 deletions .golden/ignores_attributes_that_throw/golden

This file was deleted.

7 changes: 0 additions & 7 deletions .golden/ignores_things_that_are_not_derivations/golden

This file was deleted.

7 changes: 0 additions & 7 deletions .golden/removes_conflicts_due_to_sanitization/golden

This file was deleted.

27 changes: 0 additions & 27 deletions .golden/sanitizes_package_names/golden

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
provides a nice way to bundle up more complex project modifications into a
single declaration. It also allows to use `Plugin`s from other sources,
including third-party libraries.
- Expose some useful nested nix packages in the garn `nixpkgs.ts` package.
- Add `garn.javascript.vite`, a `Plugin` that adds fields for bundling vite projects into a `Package`.

## v0.0.15

Expand Down
45 changes: 45 additions & 0 deletions examples/vite-frontend/flake.lock

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

Loading

0 comments on commit 825e420

Please sign in to comment.