Marek Darocha
Marek Darocha
https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.39.1 was released, so you may want to update your PR
You might also want to update the PR title and description
> ok so @mdarocha I've realized that the way we build this breaks .NET 7 compatibility so I'll be changing it to download the zip from releases if that's ok...
From what I've attempted to build this PR, it errors out. Do you have any pointers? - Running `dotnet publish src/BaGet -p:TargetFramework=net7.0 --configuration Release --output out/` errors out with an...
For me on Nix 2.18, using the attribute set representation, as described in https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake#flake-references works properly. ie. ```nix inputs.example = { type = "gitlab"; owner = "group%2Fsubgroup"; repo = "repo";...
Same as https://github.com/terranix/terranix/issues/32, seems done? Can we close it?
> Will these tests be run by `nix build` or `nix flake check`? > > Thanks `nix run ".#test"`. The tests are structured like a script and don't run within...
@mrVanDalo isn't this already done? can we close this?
Added documentation issue - https://github.com/terranix/terranix-website/issues/15
Initial implementation (one that uses `config.` as a function) has been merged in #59. The `state.` attribute seems a bit harder to do, I'll consider it in the future :)