Compare commits

..

2 commits

Author SHA1 Message Date
0c91357de8
Re-enable url-literals
All checks were successful
EVAL aarch64-linux.sisko
BUILD aarch64-linux.sisko
UPLOAD aarch64-linux.sisko
DOWNLOAD aarch64-linux.sisko
CACHIX aarch64-linux.sisko
ATTIC aarch64-linux.sisko
/ test (push) Successful in 26m4s
2025-05-28 10:08:00 +02:00
23b1854899
Add pdflatex used by Emacs for exporting org files to pdf 2025-05-28 10:07:38 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@ in
copilot-language-server.fhs
math-preview
emacs-lsp-booster
texlive.combined.scheme-full
]
++ (with hunspellDicts; [
en_US-large

View file

@ -35,7 +35,7 @@
"mlabs.cachix.org-1:gStKdEqNKcrlSQw5iMW6wFCj3+b+1ASpBVY2SYuNV2M="
"nixfleet:Bud23440n6mMTmgq/7U+mk91zlLjnx2X3lQQrCBCCU4="
];
# deprecated-features = [ "url-literals" ];
deprecated-features = [ "url-literals" ]; # despite a warning saying that this option doesn't exist it seems to work
};
nixPath = [ "nixpkgs=${fleetFlake.inputs.nixpkgs}" ];