I’m setting up my flakes in nixos and wanted to use VSCode to edit my configuration.nix file. Now, I’m using “user” in place of my username on nixos for this code snippet so I don’t reveal my real name, but I ran this code to give permission to VSCode:
sudo chown -R "user": /etc/nixos/configuration.nix
But after I did this, I got this error in VSCode:
spawn nix-instantiate ENOENT
New contributor
Paradaxa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.