1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix alapheia

This commit is contained in:
Stefan Ellmauthaler 2022-08-22 11:09:48 +02:00
parent e64a6a98fb
commit 7cc1f9a36c
Failed to extract signature
2 changed files with 1 additions and 3 deletions

View File

@ -594,7 +594,6 @@
(latexindent . ("latexindent" "--logfile=/dev/null"))
(mix-format . ("mix" "format" "-"))
(nixfmt . ("nixfmt"))
(prettier . (,die-orga/executables/prettier "--stdin-filepath" filepath))
(rustfmt . ("rustfmt" "--quiet" "--emit" "stdout"))
(terraform . ("terraform" "fmt" "-"))))
:preface

View File

@ -1,5 +1,4 @@
{
config,
{ config,
lib,
pkgs,
...