From 108af3733d875a2ee6799bbb5f47841bac5e84aa Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:45:19 +0300 Subject: [PATCH] modify nixd.json --- .nixd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.nixd.json b/.nixd.json index a3ac5f85..ffa5a471 100644 --- a/.nixd.json +++ b/.nixd.json @@ -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" } } }