mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #160] [MERGED] Add Nix flake as Option 3 #185
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/patrickchugh/terravision/pull/160
Author: @tlehman
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/22/2026
Merged by: @patrickchugh
Base:
main← Head:nix-flake📝 Commits (1)
eec987aAdd Nix flake as Option 3📊 Changes
3 files changed (+179 additions, -0 deletions)
View changed files
📝
README.md(+15 -0)➕
flake.lock(+61 -0)➕
flake.nix(+103 -0)📄 Description
Add third installation option (not docker, not native, but nix)
I don't like installing python stuff on my host machine, and I also think docker is overkill. Nix is a nice sweet spot between the two, since it has filesystem isolation like docker, but without all the process namespace overhead.
Type of Change
Checklist
All Submissions:
AI Assistance Declaration
Checklist for Changes to Core Features:
Bad : Adding support for GCP and Azure system wide
Good: Just adding Azure resource handler for VNets
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.