vscode: enable vscode and fix missing NIX_PATH

This commit is contained in:
Leonardo Eugênio 2023-08-16 00:29:14 -03:00
parent f86b1e977e
commit 4019472dc1
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nix = {
nixPath = [ ];
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
gc = {
automatic = true;
dates = "weekly";

View file

@ -113,7 +113,7 @@
inputs.agenix.packages.x86_64-linux.default
## Programming
# vscode
vscode
# rustup
docker-compose