diff --git a/internal/cli/store/run.go b/internal/cli/store/run.go index 2fe2b0b..32fedd7 100644 --- a/internal/cli/store/run.go +++ b/internal/cli/store/run.go @@ -1,12 +1,13 @@ package store import ( - "google.golang.org/grpc/reflection" "net" "net/http" "runtime/debug" "syscall" + "google.golang.org/grpc/reflection" + "github.com/brianmcgee/nvix/pkg/cli" tvpb "code.tvl.fyi/tvix/store/protos" diff --git a/nixos/store.nix b/nixos/store.nix index 6371e26..dfd274f 100644 --- a/nixos/store.nix +++ b/nixos/store.nix @@ -71,7 +71,7 @@ in { RestartSec = 1; LoadCredential = [ - "nats.creds:${cfg.nats.credentialsFile}" + "nats.creds:${cfg.nats.credentialsFile}" ]; User = "nvix-store";