When updating my nix-env, I get the following error.
$ sudo nix-env -u
error: anonymous function at /nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/applications/editors/vscode/generic.nix:1:1 called without required argument 'updateScript'
at /nix/store/5mzlq3vkskqk77pd1k0lrhw5mcc5mpz0-nixos-21.11.336340.2ebb6c1e5ae/nixos/lib/customisation.nix:69:16:
68| let
69| result = f origArgs;
| ^
70|
I have update the channel and using the latest stable nixos https://nixos.org/channels/nixos-21.11
.
Is this the same for anybody? Is it a bug?