nixos/.nixd.json

18 lines
334 B
JSON
Raw Normal View History

2023-08-06 18:43:57 +04:00
{
"eval": {
"target": {
2023-08-06 18:45:19 +04:00
"args": ["-f", "default.nix"],
"installable": "nixosConfigurations.sakotop.config.system.build.toplevel"
2023-08-06 18:43:57 +04:00
},
"depth": 0,
"workers": 3
},
"options": {
"enable": true,
"target": {
"args": [],
2023-08-06 18:45:19 +04:00
"installable": ".#nixosConfigurations.sakotop.options"
2023-08-06 18:43:57 +04:00
}
}
}