Skip to content

[BUG] Obsidian workspace path breaks flake check? #3310

Closed
@repparw

Description

@repparw
Field Description
Plugin obsidian
Nixpkgs unstable
Home Manager unstable

Trying to add ci/cd to my nixvim config i noticed it fails flake check, though it installs ok and nix run . also works.

Minimal, Reproducible Example (MRE)

    obsidian = {
      enable = true;
      settings = {
        workspaces = [
          {
            name = "obsidian";
            path = "~/Documents/obsidian";
          }
};

nix flake check gives an error about directory not found (build/Documents/obsidian, I believe)

I think it should ignore the path/s passed to obsidian, no?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions