Anton Lisovskiy
Results
2
comments of
Anton Lisovskiy
But why we should return an error if record wasn't inserted? I think if someone uses `DO NOTHING` statement, they understand it can return nothing. And I think it's better...
@trembel I also needed to accept the license (microsoftVisualStudioLicenseAccepted), so I solve it this way: devenv.yaml ```yaml inputs: nixpkgs: url: github:cachix/devenv-nixpkgs/rolling allowUnfree: true ``` devenv.nix ```nix { pkgs, lib, ......