Fix nixd nixpkgs configuration
This commit is contained in:
parent
44f01c403c
commit
0175408c1c
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"nixd": {
|
||||
"nixpkgs": {
|
||||
"expr": "(builtins.getFlake \"${workspaceFolder}/flake.nix\").inputs.nixpkgs { }"
|
||||
"expr": "import (builtins.getFlake (builtins.toString ./.)).inputs.nixpkgs { }"
|
||||
},
|
||||
"formatting": {
|
||||
"command": [
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@
|
|||
modules.shell.defaultShell = "zsh";
|
||||
|
||||
modules.pipewire.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ in
|
|||
DefaultTimeoutStopSec = "10s";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue