nix-community / wiki

Nixos wiki [maintainer=@samueldr]
http://wiki.nixos.org/
MIT License
102 stars 7 forks source link

Sessions citing vscode-with-extensions are missing parens in function calls #42

Closed felipegssantos closed 2 years ago

felipegssantos commented 2 years ago

I followed the second snippet in the VSCodium page to set up vscodium and extensions, but nix wouldn't build my configuration. It turned out there was a syntax error as pointed out in this discussion. Because of the missing parens, vscode-with-extensions.override {vscodeExtensions = my-extensions} are two elements of a list instead of being the result of applying a function to a set. I don't know how many sessions are affected, but we should probably fix that.

Mic92 commented 2 years ago

Fixed.