Rhys

Results 5 comments of Rhys

@nathan7 Are you still working on `systemd-digitalocean`? (I don't appear to be able to open issues at code.nathan7.eu, sorry for hijacking this issue a bit)

Looks like the magic is [this change to `mkSnapshot` in `snapshots.nix`](https://github.com/input-output-hk/haskell.nix/commit/674f5b0a3db404a612a9e5ca49d059319c59c14f#diff-d20e74b4a45630baa2963e1363416a97ea08a675d7bc49e15b5055d4a81b76feR22): ```nix { planned = true; } # All components in the snapshot are planned ``` Passing this module to...

Ran into this with `use flake`, which doesn't take `--keep` (since `nix print-dev-env` doesn't know about that flag). Worked around as follows: ``` _saved_xdg_dta=$XDG_DATA_DIRS use flake export XDG_DATA_DIRS=$XDG_DATA_DIRS:$_saved_xdg_dta ```

Has there been any movement on this issue?

It would also be nice to have a `lorri is-evaluating_` or equivalent that could be integrated into a shell prompt.