vscode: enable vscode and fix missing NIX_PATH
This commit is contained in:
parent
f86b1e977e
commit
4019472dc1
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nix = {
|
||||
nixPath = [ ];
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue