Original PR: https://github.com/the-programmers-hangout/swiftspiracy-bot/pull/3 Author: @washedupdeveloper Created: 3/29/2025 Status: 🔄 Open
Base: main ← Head: feat/nix-nix-nix
main
feat/nix-nix-nix
d2576f7
965ea97
8fa2d24
869ed6a
8938636
9178921
2a36b02
6 files changed (+324 additions, -0 deletions)
➕ .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)
.envrc
.github/workflows/flake-check.yml
.github/workflows/update-flake-lock.yml
README.md
flake.lock
flake.nix
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.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/the-programmers-hangout/swiftspiracy-bot/pull/3
Author: @washedupdeveloper
Created: 3/29/2025
Status: 🔄 Open
Base:
main← Head:feat/nix-nix-nix📝 Commits (7)
d2576f7flake wrapper, dev shell & direnv to autoload shell965ea97Merge remote-tracking branch 'origin/main' into feat/nix-nix-nix8fa2d24nixified the README869ed6aadded example shell command to devshell8938636added github actions9178921Merge branch 'main' into feat/nix-nix-nix2a36b02removed 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.