Yannik Sander

Results 50 issues of Yannik Sander

`Manifest` only represents the pkgdb style of a manifest.toml and should be replaced with the broader `TypedManifest` enum that subsumes both pkgdb and catalog backed manifest versions.

team-cli
greenkeeping

* keep `.flox/env/*` as source of truth for activations etc. * imperative commands update local checkout **and** create new generation * imperative commands abort if local checkout is semantically different...

**Describe the bug:** Continuation of #817 Containers are missing values for `$NIX_SSL_CERT_FILE` on all systems, either of `$NIX_COREFOUNDATION_RPATH` or `$PATH_LOCALE` on Darwin, or `$LOCALE_ARCHIVE` on Linux, which many nix-built packages...

bug

@ysndr commented on [Mon Jan 30 2023](https://github.com/flox/flox-private/issues/222) We currently have no consistent way to handle argument defaults in runix. For a consistent interface we'd have two main options: ```rust struct...

## Proposed Changes ### feat: impl ProcessComposeLogTail to read logs with --tail Empirically, process-compose will * log the last _up to_ `` lines logged by a process * exit with...

* [feat: add package build section to manifest](https://github.com/flox/flox/commit/57559cfac5854871de70a8c894c78003645b5fdf) will allow to define build instructions in the manifest under a `build` attribute ``` [build.package_id] command = ''' [...] ''' ``` *...

team-cli

Currently we are prepending the documentation header for manifest documentation to the first item in the document [1] as the decor for `DocumentMut` is being silently ignored [2]. With the...

Currently, `flox list` uses the existing lockfile of an environment, and does not lock the env again (which would break listing other people's environment on floxhub with the current impl)....

# Problem When installing a version constrained package `foo` to a group with an existing package `bar`, resolution may downgrade or change the precise version (derivation) to one found on...

enhancement
team-cli
product