Robert Hensing
Robert Hensing
Without diving into NixOps specifics, this may also be a problem with `nixos-rebuild switch`.
NixOps relies on the ability to add its own modules, containing such data as ip addresses, ssh keys, etc, whereas a `nixosConfigurations.x` is supposed to be a complete, final configuration....
This looks like a Nix version compatibility bug. @sbourdeauducq Which Nix version is on the machine and which Nix version do you run on the nixops side? @Ericson2314 any ideas?
Some important issues around the new state handling and locking. Fixing these results in breaking changes, so must be part of this major release. - [ ] How do `-d`...
The [generated option docs](https://nixops.readthedocs.io/en/latest/manual/index.html#configuration-options) are missing. They have been for a long time. Might these be a victim of the plugin architecture and repo split? This is definitely a blocker.
## [Project board](https://github.com/NixOS/nixops/projects/4) https://github.com/NixOS/nixops/projects/4 Please add (or mention here so we can add): - Issues that impede usability - Improvements to documentation - Important changes that require changes to user...
`Eta reduce` must be disabled in hlint for GHC >=9. It's not worth doing CPP for that, so you'll want to remove it unconditionally.
I've seen a problem like this. As a workaround, I've added a redundant type signature on a let binding, which made the error disappear in my case. `elmtooling.elm-ls-vscode-2.2.0`, `Elm version...
The workaround doesn't work anymore. It most have been a lucky coincidence that it worked for some time. Version: 2.2.1 off topic I've also started to get syntax errors that...
@razzeee It is very similar and I've replied in that thread. Let's focus this thread in the type inference issue though. (sorry for going off topic)