open-component-model / ocm

Open Component Model (Software Bill of Delivery) Toolset
https://ocm.software
Apache License 2.0
34 stars 23 forks source link

Make ocm flake.nix ready #625

Closed vasu1124 closed 8 months ago

vasu1124 commented 9 months ago

Description

This is a flake enablement for the repository of ocm. nix enabled environments can easily import ocm with

nix run github:open-component-model/ocm
nix run github:open-component-model/ocm#demo
nix run github:open-component-model/ocm#helminstaller
...

nix can hermetically build the package automatically on various architectures. With the flakes includes the the ocm repo, we can contribute our project into the nixos.org package library.

What type of PR is this? (check all applicable)

Added tests?