Closed
Description
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?