Roadmap for maximum productivity #11
Loading…
Reference in New Issue
Block a user
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?
What we currently have
nix-infra/nix-boostto provide numerous packages (likenix-community/nurbut more informal).nix-boostalso provides some "library" functions, though we should not be writing too much Nix code to start with. Keep it simple.nix-infra/nix-templateswhich make bootstrapping easier to investigate. The only downside is composability within a single file is hard.Proposals:
nix-boost: Use & maintain a private channel in gitea/nix/storeand publish asynchronouslydevandmainenvironments for projects that need server infrastructure.nixopsanddeploy-rs, focus on Nix + Kubernetes (?)dotfilesshould contain only configuration modules, personal credentials.Mason. Usenvim-lsp-configor configure your own. Build the environment from ground up withnixsops+credentials.ymlRegarding service deployment, we could probably test (and use) nixosModule with
stdas function or develop our own blockTypeACTION:
nixopsanddeploy-rsto focus on Nix + KubernetesKind of stale right now. The most important aspects are to try out tools in a different paradigm such as (tiling) window manager,
nix-darwin,...We also found that
std:blockTypeshould be lightly be implemented due to the horizon the project is changing at the moment.Just use the given blockTypes for now.
Also, we do have
containersblocktype, just not as robust with these actions