From 4019472dc1493039435d58de86a3c07e99b7fd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 16 Aug 2023 00:29:14 -0300 Subject: [PATCH] vscode: enable vscode and fix missing NIX_PATH --- system/nix.nix | 2 +- user/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/nix.nix b/system/nix.nix index ccf3c08..f5b88cb 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -4,7 +4,7 @@ nix.registry.nixpkgs.flake = inputs.nixpkgs; nix = { - nixPath = [ ]; + nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; gc = { automatic = true; dates = "weekly"; diff --git a/user/home.nix b/user/home.nix index ede35b0..93a9df2 100644 --- a/user/home.nix +++ b/user/home.nix @@ -113,7 +113,7 @@ inputs.agenix.packages.x86_64-linux.default ## Programming - # vscode + vscode # rustup docker-compose