Fix nixd nixpkgs configuration

This commit is contained in:
Joshua Yuen 2025-08-22 10:50:50 -04:00
parent 44f01c403c
commit 0175408c1c
Signed by: josh
GPG Key ID: 502720BC22ED411C
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
}, },
"nixd": { "nixd": {
"nixpkgs": { "nixpkgs": {
"expr": "(builtins.getFlake \"${workspaceFolder}/flake.nix\").inputs.nixpkgs { }" "expr": "import (builtins.getFlake (builtins.toString ./.)).inputs.nixpkgs { }"
}, },
"formatting": { "formatting": {
"command": [ "command": [

View File

@ -26,4 +26,4 @@
modules.shell.defaultShell = "zsh"; modules.shell.defaultShell = "zsh";
modules.pipewire.enable = true; modules.pipewire.enable = true;
} }

View File

@ -22,4 +22,4 @@ in
DefaultTimeoutStopSec = "10s"; DefaultTimeoutStopSec = "10s";
}; };
}; };
} }