Roadmap for maximum productivity #11
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
What we currently have
nix-infra/nix-boost
to provide numerous packages (likenix-community/nur
but more informal).nix-boost
also provides some "library" functions, though we should not be writing too much Nix code to start with. Keep it simple.nix-infra/nix-templates
which 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/store
and publish asynchronouslydev
andmain
environments for projects that need server infrastructure.nixops
anddeploy-rs
, focus on Nix + Kubernetes (?)dotfiles
should contain only configuration modules, personal credentials.Mason
. Usenvim-lsp-config
or configure your own. Build the environment from ground up withnix
sops
+credentials.yml
Regarding service deployment, we could probably test (and use) nixosModule with
std
as function or develop our own blockTypeACTION:
nixops
anddeploy-rs
to 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:blockType
should 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
containers
blocktype, just not as robust with these actions