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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue