Skip to content

Commit

Permalink
refactor(flake): only define db_path once
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser committed Jun 14, 2024
1 parent bbf542a commit 0447b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ci-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
["testing"] = true,
},
enable_keymaps = true,
db_path = vim.fn.stdpath("cache") .. "/papis_db/papis-nvim-test.sqlite3",
db_path = db_path,
}
local new_config = vim.tbl_deep_extend("force", default_config, opts or {})
local init_result = require("papis").setup(new_config)
Expand Down

0 comments on commit 0447b3b

Please sign in to comment.