meta-automata-nix / actions-batch

Time-sharing supercomputer built on GitHub Actions
https://blog.alexellis.io/github-actions-timesharing-supercomputer/
MIT License
1 stars 0 forks source link

Sweep: Add script to install Nix and Hive in /examples #24

Closed sweep-ai[bot] closed 2 weeks ago

sweep-ai[bot] commented 2 weeks ago

Purpose

This pull request adds a script in the /examples directory that installs Nix and clones the divnix/hive repository, allowing users to easily set up the Hive development environment.

Description

The script performs the following steps:

  1. Installs Nix using the Determinate Nix Installer.
  2. Ensures the Nix profile script is sourced.
  3. Clones the divnix/hive repository.
  4. Checks if the repository contains a flake.nix file, and if so, builds and runs the Hive environment using Nix flakes.

This script simplifies the setup process for users who want to work with the Hive project, making it easier to get started.

Summary

Fixes #22.


[!TIP] To get Sweep to edit this pull request, you can:

  • Comment below, and Sweep can edit the entire PR
  • Comment on a file, Sweep will only modify the commented file
  • Edit the original issue to get Sweep to recreate the PR from scratch

This is an automated message generated by Sweep AI.

sweep-ai[bot] commented 2 weeks ago

Sweep: PR Review

Author: sweep-ai[bot]

Sweep found 1 new issue.

Sweep has left comments on the pull request for you to review. You may respond to any comment Sweep made your feedback will be taken into consideration if you run the review again. If Sweep made a mistake, you can resolve the comment or let Sweep know by responding to the comment.

ar4s-gh commented 2 weeks ago

Its failing to install go when rulling 'Make All'