Compare commits

...

2 Commits

Author SHA1 Message Date
0abc212049
Trust me
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Failing after 3m57s
2025-03-28 08:00:20 -05:00
f3ed4def82
adding pppler for pdftoppm 2025-03-28 08:00:13 -05:00
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ in
pkgs.ripgrep
pkgs.just
pkgs.chafa
pkgs.poppler_utils
pkgs.tdf
pkgs.viu

View File

@ -40,6 +40,7 @@ in
'';
nix.settings = {
trusted-users = [ "root" "@wheel" ];
trusted-substituters = [ "http://attic.baklava" ];
trusted-public-keys = [ "systems:tvbHIThn7MAwvgMSiYR3ULVlL6cBrA40afqGuextnNQ=" ];
};