Jezen Thomas

Results 13 comments of Jezen Thomas

I was going to open a new issue for this question, but it seems somewhat relevant to this thread. I manage a few different Haskell projects. Many of the dependencies...

@emhoracek Not sure if I'm reading it incorrectly or doing something wrong when trying to expand the `CreateSession`, but it looks as though expanding with `SessionModeSubscription` for creating new recurring...

Do you have a plan? I'd be happy to help where possible. Would reverting https://github.com/input-output-hk/stack2nix/commit/8966357112c525288de6a43796c0c8f17917be23 be a good-enough-for-now change, so users at least don't get stuck with no hint why...

I had intended to have a go at fixing this, but running the tests fails on my machine (MacOS). Here's the last bit of output: ``` copying path '/nix/store/5wzyjnwj3ykknsv4kri5ydybhm8rbhyj-neat-interpolation-0.3.2.2' from...

Does that branch definitely work? There's probably some other silly mistake that I'm making, but changing the configuration to use that branch: ```nix let agent-revision = "https://github.com/hercules-ci/nix-darwin/archive/hercules-ci-agent.tar.gz"; hercules-ci-agent = fetchTarball...

For confused readers in the future, run this: ``` git clone --recurse-submodules -b submodule [email protected]:wavewave/nixos-shell.git cd nixos-shell nix-env -i -f default.nix ```

Sadly, didn't manage to get this working on MacOS. This project depends on _nixos-container_ which doesn't build on Darwin.

:+1: I'm trying to deploy and it's taken ~8 hours so far.

> This feature is unfortunately a dealbreaker for me. I love Nix, but I also have to run on macOS. I was surprised to learn that this is not how...

The instructions above for rolling root SSH keys were super helpful. I found a couple of extra things worth mentioning: - It's easier to export the deployment, edit the keys...