vscode: enable vscode and fix missing NIX_PATH
This commit is contained in:
parent
f86b1e977e
commit
4019472dc1
|
@ -4,7 +4,7 @@
|
|||
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nix = {
|
||||
nixPath = [ ];
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
inputs.agenix.packages.x86_64-linux.default
|
||||
|
||||
## Programming
|
||||
# vscode
|
||||
vscode
|
||||
# rustup
|
||||
|
||||
docker-compose
|
||||
|
|
Loading…
Reference in a new issue