-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0
& nixpkgs release
#204
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Regarding release version of The caller can now override the omnix invocation as of d25eab3 Once we release 1.0 to nixpkgs, we can host the stable When we release 1.1, we repeat the same process, allowing existings projects on 1.0 to remain unimpacted until they explicitly upgrade to 1.0 (by changing the URL and hash in their |
requires #427 |
This is interesting. I wonder if we can revert the ![]() |
Should I tag after merging #430 - or do we need anything else for nixpkgs upstreaming? Let me know. |
Avoids the need to explicitly define—and later maintain—these ENVs in nixpkgs while packaging for #204. requires juspay/rust-flake#33
1.0.1 released https://github.com/juspay/omnix/releases/tag/1.0.1 Feel free to use the source directly, |
❯ file /nix/store/v2jdclqsmzdxwkamf7xv0v7qxi3nwzrx-omnix-1.0.2/bin/om
/nix/store/v2jdclqsmzdxwkamf7xv0v7qxi3nwzrx-omnix-1.0.2/bin/om: Mach-O 64-bit executable x86_64
/nix/store/l3qsdxi0h8l5ancf52v9cwmr3b5n4phx-omnix-1.0.2/bin/om ci run github:srid/haskell-template --on ssh://<user>@<IP>
...
🥳 Success!
❄️ nix -j auto build '/nix/store/qy2iml5bf9jaacr917x0y3j0gvrxn5az-nix-rs-flake-addstringcontext#default' -L --print-out-paths --impure --out-link /tmp/om.json.6iohk6/om.json --override-input jsonfile path:om-ci-results-Glemx0.json️
warning: not writing modified lock file of flake 'path:/nix/store/qy2iml5bf9jaacr917x0y3j0gvrxn5az-nix-rs-flake-addstringcontext':
• Added input 'jsonfile':
'path:om-ci-results-Glemx0.json?lastModified=1742244626&narHash=sha256-eiE9ERVRiO3mvp/Z%2BXjvEUefFeXKb8zOD0Hqv20lK44%3D' (2025-03-17)
/nix/store/h7q58bjjfk3icz6qpn7wmnxm77yncr3q-addstringcontext.json
Result available at "/nix/store/h7q58bjjfk3icz6qpn7wmnxm77yncr3q-addstringcontext.json" and symlinked at "/tmp/om.json.6iohk6/om.json" |
The package builds fine, but nix run github:Mic92/nixpkgs-review -- pr --print-result 385761
….
… while calling the ‘import' builtin
at /home/shivaraj/.cache/nixpkgs-review/pr-385761-3/nixpkgs/pkgs/by-name/om/omnix/package.nix:33:9:
32|
33| env = import "${src}/nix/envs" {
| ^
34| inherit
… while realising the context of path '/nix/store/3p76lh7b5aikmmlliyaj2b33lajicv9b-source/nix/envs'
error: path '/nix/store/f0nfgkfxf5azxhc8rkjfn7dczqswv48p-source.drv' is not valid |
Anything to do on this repo (before I tag |
Not sure. I even tried maintaining a copy of |
The ENVs depending on Lines 63 to 74 in df29518
|
The use of On the other hand, removing
|
Done: juspay/nixos-unified-template#157 The only thing left to do is to update our |
Before release
See sub-issues below for pending work.
Upstream
pkgs.omnix
to nixpkgs omnix: init at 1.0.3 NixOS/nixpkgs#385761om
binary (notomnix-cli
).om ci run --on ssh://...
works.The text was updated successfully, but these errors were encountered: