Figure out how to run nixops4
from any subdirectory in the repo #94
Labels
No labels
blocked
bug
component: fediversity panel
component: nixops4
contributor experience
documentation
estimation high: >3d
estimation low: <2h
estimation mid: <8h
goal: devops
project-management
question
role: sysadmin
security
technical debt
testing
user experience
user story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Fediversity/Fediversity#94
Loading…
Add table
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?
Today we encountered a problem that
nixops4
won't find theflake.nix
when run from anywhere else but the root directory.As a user I want to run a deployment from any directory inside the repository when I'm in the development environment.
Nix C API issue
I guess one can hack around this by looking for a
flake.nix
before running NixOps4. (I guess NixOps4 could do that itself to circumvent the Nix API issue, but in a development phase it might not yet make sense to include such hacks.)#96 does not fix this but at least documents it.