juspay / omnix

🚧 A Nix wrapper to improve developer experience
https://omnix.page
GNU Affero General Public License v3.0
70 stars 5 forks source link

`om ci`: Add custom steps #232

Closed srid closed 2 weeks ago

srid commented 2 weeks ago

Wherein the user can configure their flake to either run a flake app or an arbitrary command in the devShell (for any subflake).

Also, remove path: prefixing in FlakeUrl, because it triggers copying to Nix store (including even git ignored paths!)

ci.yaml no longer runs what is now handled by om ci run.

Resolves #198