[PR #3] flake wrapper, dev shell & direnv to autoload shell #2

Open
opened 2026-09-04 00:51:26 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/the-programmers-hangout/swiftspiracy-bot/pull/3
Author: @washedupdeveloper
Created: 3/29/2025
Status: 🔄 Open

Base: mainHead: feat/nix-nix-nix


📝 Commits (7)

  • d2576f7 flake wrapper, dev shell & direnv to autoload shell
  • 965ea97 Merge remote-tracking branch 'origin/main' into feat/nix-nix-nix
  • 8fa2d24 nixified the README
  • 869ed6a added example shell command to devshell
  • 8938636 added github actions
  • 9178921 Merge branch 'main' into feat/nix-nix-nix
  • 2a36b02 removed erronerous leftover boilerplate

📊 Changes

6 files changed (+324 additions, -0 deletions)

View changed files

.envrc (+1 -0)
.github/workflows/flake-check.yml (+44 -0)
.github/workflows/update-flake-lock.yml (+29 -0)
📝 README.md (+9 -0)
flake.lock (+170 -0)
flake.nix (+71 -0)

📄 Description

setup cross cpu arch supported flake with dev shell for go v 1.23.4


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/the-programmers-hangout/swiftspiracy-bot/pull/3 **Author:** [@washedupdeveloper](https://github.com/washedupdeveloper) **Created:** 3/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/nix-nix-nix` --- ### 📝 Commits (7) - [`d2576f7`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/d2576f776cd91975eed3686c4d50667ca7de0249) flake wrapper, dev shell & direnv to autoload shell - [`965ea97`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/965ea97d9248cdfc3374f09a95e659c6ea0a9bf5) Merge remote-tracking branch 'origin/main' into feat/nix-nix-nix - [`8fa2d24`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/8fa2d24431726ea6a65cacf49098e8f15df363bd) nixified the README - [`869ed6a`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/869ed6a1e60ae762cf66dd098c62cad8ec9306d6) added example shell command to devshell - [`8938636`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/8938636dfb2a5e52e0a843cc0782a92cdf02db36) added github actions - [`9178921`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/9178921962190208a2abbb95715a7e5aed34fe10) Merge branch 'main' into feat/nix-nix-nix - [`2a36b02`](https://github.com/the-programmers-hangout/swiftspiracy-bot/commit/2a36b02b07f4db343353af0f6ad37eaacbeab3eb) removed erronerous leftover boilerplate ### 📊 Changes **6 files changed** (+324 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.envrc` (+1 -0) ➕ `.github/workflows/flake-check.yml` (+44 -0) ➕ `.github/workflows/update-flake-lock.yml` (+29 -0) 📝 `README.md` (+9 -0) ➕ `flake.lock` (+170 -0) ➕ `flake.nix` (+71 -0) </details> ### 📄 Description setup cross cpu arch supported flake with dev shell for go v 1.23.4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:51:26 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: the-programmers-hangout/swiftspiracy-bot#2