diff options
| author | seth <[email protected]> | 2024-07-04 15:55:29 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-04 16:11:35 -0400 |
| commit | 3231025b71b827be26daaf3f082b0be48ab66c2e (patch) | |
| tree | 152ac0a23982032a77047571c34aeaef7608a931 /nix/package.nix | |
| parent | 098ff8c13c5b144079917f9da81cf6503056872b (diff) | |
nix: alejandra -> nixfmt-rfc-style
Diffstat (limited to 'nix/package.nix')
| -rw-r--r-- | nix/package.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/nix/package.nix b/nix/package.nix index 997bff3..a875712 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -18,9 +18,7 @@ stdenvNoCC.mkDerivation { ]; }; - nativeBuildInputs = [ - zola - ]; + nativeBuildInputs = [ zola ]; dontConfigure = true; doCheck = false; @@ -40,7 +38,7 @@ stdenvNoCC.mkDerivation { passthru = { serve = writeShellApplication { name = "serve"; - runtimeInputs = [zola]; + runtimeInputs = [ zola ]; text = '' zola serve @@ -51,6 +49,6 @@ stdenvNoCC.mkDerivation { meta = { homepage = "https://github.com/getchoo/website"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [getchoo]; + maintainers = with lib.maintainers; [ getchoo ]; }; } |
