Skip to content

Bump omp flake to v15.5.12 and provision Nix for Copilot agent runs#2

Merged
cernoh merged 2 commits into
mainfrom
copilot/run-omp-issue-debugging
May 29, 2026
Merged

Bump omp flake to v15.5.12 and provision Nix for Copilot agent runs#2
cernoh merged 2 commits into
mainfrom
copilot/run-omp-issue-debugging

Conversation

Copilot AI commented May 29, 2026

Copy link
Copy Markdown
Contributor

omp on x86_64 Linux/WSL was resolving correctly from Nix store but executed as Bun, indicating a bad upstream artifact in the pinned release. This change updates the flake to a newer upstream release and adds Copilot cloud-agent setup so Nix-based checks can run in agent sessions.

  • Release pin + artifact integrity refresh

    • Updated oh-my-pi from 15.3.2 to 15.5.12.
    • Repointed all platform URLs (linux-x64, linux-arm64, darwin-x64, darwin-arm64) to v15.5.12.
    • Replaced all sha256 values with the new release digests.
  • Copilot cloud-agent environment bootstrap

    • Added .github/workflows/copilot-setup-steps.yml with required copilot-setup-steps job.
    • Installs Nix via DeterminateSystems/nix-installer-action@v19 and verifies availability with nix --version.
# flake.nix
version = "15.5.12";
"x86_64-linux" = {
  url = "https://github.com/can1357/oh-my-pi/releases/download/v15.5.12/omp-linux-x64";
  sha256 = "sha256-feKqv68rm7G8TQCngBUYUbqZgkXJnsS2AcRRGsHqsr0=";
};

@cernoh
cernoh marked this pull request as ready for review May 29, 2026 14:08
@cernoh
cernoh merged commit f702872 into main May 29, 2026
2 checks passed
@cernoh
cernoh deleted the copilot/run-omp-issue-debugging branch May 29, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants