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": {
"target": {
"args": [],
"installable": ""
"args": ["-f", "default.nix"],
"installable": "nixosConfigurations.sakotop.config.system.build.toplevel"
},
"depth": 0,
"workers": 3
@ -14,7 +14,7 @@
"enable": true,
"target": {
"args": [],
"installable": ""
"installable": ".#nixosConfigurations.sakotop.options"
}
}
}