modify nixd.json
This commit is contained in:
parent
74c68dbb04
commit
108af3733d
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue