Matthew Kenigsberg
Matthew Kenigsberg
This would have to be in the lockfile I think, because it's not present in flake.nix as either a follows or an override (it's a bit more like an implicit...
> It is actually possible, by storing the whole graph as overrides. `useLock` would cause `call-flake.nix` to look for, and apply those overrides. I think I may be misunderstanding: >...
Agreed. Couldn't get it to build with latest version (0.24.1), but could after I downgraded
The merge was definitely non-trivial so I'd recommend reviewing how GitHub displays the merge commit https://github.com/NixOS/experimental-nix-installer/pull/15/commits/4993d8c94679087033ed9df327e44ac4773df38b or using something like `git show --diff-merges=r`
> Apologies for sluggishness here. I was planning to get to this Friday morning, but Thursday evening mother nature threw us a power-outage that has yet to resolve. Hopefully Tuesday...
@ysndr do we still need this?
If we actually want `flox exit` to exit the shell, I think we could do something similar to https://github.com/flox/flox/issues/810#issuecomment-1947440125 and add a function that allows us to actually exit the...
Let's just drop that line then, estimating this a 1
What would you want for `eval "$(flox activate)" && flox exit`?
Probably needs some CLI input as well, because currently we store the changelog in git history which is written at the time of the transaction (i.e. when we do the...