minor fix
This commit is contained in:
parent
0f8fe62245
commit
7c1edaed3d
2 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
|||
|
||||
{
|
||||
# Install papis package
|
||||
home.packages = [ pkgs.papis ];
|
||||
home.packages = [
|
||||
(pkgs.papis.overridePythonAttrs (old: {
|
||||
doCheck = false; # Skip tests due to Click incompatibility with Python 3.13
|
||||
}))
|
||||
];
|
||||
# Papis configuration
|
||||
home.file.".config/papis/config".text = ''
|
||||
[settings]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue