modify nixd.json

This commit is contained in:
Sakooooo 2023-08-06 17:45:19 +03:00
parent 74c68dbb04
commit 108af3733d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,8 +1,8 @@
{ {
"eval": { "eval": {
"target": { "target": {
"args": [], "args": ["-f", "default.nix"],
"installable": "" "installable": "nixosConfigurations.sakotop.config.system.build.toplevel"
}, },
"depth": 0, "depth": 0,
"workers": 3 "workers": 3
@ -14,7 +14,7 @@
"enable": true, "enable": true,
"target": { "target": {
"args": [], "args": [],
"installable": "" "installable": ".#nixosConfigurations.sakotop.options"
} }
} }
} }