Merged
Conversation
c73de35 to
2af125a
Compare
2af125a to
9f3fc1f
Compare
13 tasks
Contributor
|
@ErinvanderVeen any update to get this in? |
Member
Author
|
I'll rebase on master (and update to 1.0), but other than that, it just needs reviews. |
e2d365c to
bdadcb9
Compare
bdadcb9 to
766bdd1
Compare
dotlambda
reviewed
Mar 19, 2025
| }; | ||
|
|
||
| cargoLock = { | ||
| lockFile = ./Cargo.lock; |
Member
The commit message doesn't make sense. There is no such package. |
dotlambda
reviewed
Mar 20, 2025
| # Since most tests were removed, just skip testing | ||
| doCheck = false; | ||
|
|
||
| meta = with lib; { |
Member
There was a problem hiding this comment.
Suggested change
| meta = with lib; { | |
| meta = { |
| doCheck = false; | ||
|
|
||
| meta = with lib; { | ||
| description = "A Nix sbom generator"; |
Member
There was a problem hiding this comment.
Suggested change
| description = "A Nix sbom generator"; | |
| description = "Nix sbom generator"; |
https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#meta-attributes
| inherit (darwin.apple_sdk.frameworks) ApplicationServices Carbon Cocoa VideoToolbox; | ||
| }; | ||
|
|
||
| inherit (callPackage ../development/tools/genealogos { }) genealogos-cli genealogos-api; |
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Genealogos is an CycloneDX SBOM Generator for Nix(pkgs).
https://github.com/tweag/genealogos
The repository contains multiple packages, the one packaged in this PR are:
genealogos-clithat provides thegenealogosbinary to create SBOMs from the terminalgenealogos-api, that provides thegenealogos-apibinary that sets up an api to create SBOMs.Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.