mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: typo in latex flake
This commit is contained in:
parent
c831e5f83e
commit
c5042ac840
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
buildInputs = [ latex-packages dev-packages ];
|
||||
};
|
||||
|
||||
formatter = pkgs.nixpgks-fmt;
|
||||
formatter = pkgs.nixpkgs-fmt;
|
||||
|
||||
packages = flake-utils.lib.flattenTree {
|
||||
default = import ./build-document.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue