Graham Hudgins
Graham Hudgins
### Motivation we have at least one use case of podman needing special affordances ### Acceptance Criteria Design ideas, replace with real design when we get close to working on...
# Acceptance Criteria * manifest.toml contains service management guidance * new man pages for flox services commands. Activate and stop done. start, status, restart, logs * update floxdocs documentation for...
### Motivation **When** I have go installed in my env (not in an advanced pkg-group) **And** I try `flox upgrade go` today **I need** flox to figure out that I...
Consider a dedicated guide for the default environment (instead of putting it in other guides that aren't easily findable). Consider the word 'global' as a way to find that guide.
**When** an upstream nixpkgs has additional outputs not included in its `meta.outputsToInstall` attribute array **I need** to be able to install those additional packages to my Flox environment **So I...
# Acceptance Criteria **Given** the project has `package.json` file **And** the file contains a bun dependency **And** i'm in the project directory **When** I `flox init` **Then** I see an...
### Motivation _Example motivation, there are likely more_ **When** I have secret context that I want multiple environments to share **I need** to declare two+ environments as using the same...
STR: * be building a flake * try to install it once with wrong results (bad hash, for example) * update the flake to have the correct hash * try...
### Motivation **When** I have 5 package groups **And** I want to upgrade 4 / 5 package groups **I need** a way to say `flox upgrade !some-pkg-group` **So I can**...
### Problem **When** I am using an IDE **I need** my IDE to automatically suggest Flox's schema **So I can** more easily work with the manifest in my IDE ###...