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.registry.nixpkgs.flake = inputs.nixpkgs;
nix = { nix = {
nixPath = [ ]; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
gc = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";

View file

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