From be9c93b33cf6bdd98c72a0bc0ad22ec9e5937cec Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 9 Dec 2024 20:42:56 -0600 Subject: [PATCH] back to nixos --- .vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e11d92..74d6ce8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,8 +11,8 @@ "files.trimTrailingWhitespace": true, "sops.defaults.ageKeyFile": "/home/jahanson/projects/mochi/age.key", "nix.enableLanguageServer": true, - "nix.serverPath": "/home/jahanson/.nix-profile/bin/nil", - "nix.formatterPath": "/home/jahanson/.nix-profile/bin/nixfmt", + "nix.serverPath": "/run/current-system/sw/bin/nil", + "nix.formatterPath": "/run/current-system/sw/bin/nixfmt", "nix.serverSettings": { "nil": { "formatting": { @@ -24,7 +24,7 @@ }, }, "nix": { - "binary": "/nix/var/nix/profiles/default/bin/nix", + "binary": "/run/current-system/sw/bin/nix", "maxMemoryMB": null, // disable memory limit "flake": { "autoEvalInputs": true, @@ -36,5 +36,5 @@ "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "sops.binPath": "/home/jahanson/.nix-profile/bin/sops" + "sops.binPath": "/run/current-system/sw/bin/sops" }