Philipp Herzog

Results 41 comments of Philipp Herzog

Is anybody actively working on this? I'd be interested myself.

This would be really important to me as well! @numinit is your fork fully functional? Could you merge the latest commits?

@fortuneteller2k Did you check if the overlay works?

> its intentional for users to import their own rust-overlay, it allows people to keep up with rust-toolchain.toml changes when the lockfile isnt updated that seems very counter-intuitive, the end-user...

@fortuneteller2k if need be the version of rust-overlay can still be overriden via `inputs.nix-overlay.follows`

@ralismark besides the fix for nixos, does your fork's systray work properly? I would be very interested in testing it

What about adding a oneshot systemd service? That should trigger a rollback when unsuccessful and could be hooked into reboots too.

currently > This means, I can either perform all `nixosConfigurations` checks, or none, but I am not able to only perform checks for the deployed nodes. Further, there don't seem...

> I have understood a lot of the pain comes from the fact that the exported deploy checks link to `self.packages.${system}.default` over `final.deploy-rs`[1](#user-content-fn-1-7777a051be8800cba1f096d554028873), so it will always compile the nightly...

Can you try #175 and see if that solves your issue?