aboutsummaryrefslogtreecommitdiff
path: root/lix-doc
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-04-04 16:07:44 -0700
committerRebecca Turner <rbt@sent.as>2024-04-08 13:00:00 -0700
commitcfbcf122769d613e08ed906021d84ab5c0db95c0 (patch)
treef7ee0873b07cf94c8544b7862b332206da253ec5 /lix-doc
parentb3233405381b50c7f7eb87d7962b25a06d16be44 (diff)
Format Nix code with `nixfmt`
Change-Id: I61efeb666ff7481c05fcb247168290e86a250151
Diffstat (limited to 'lix-doc')
-rw-r--r--lix-doc/package.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/lix-doc/package.nix b/lix-doc/package.nix
index 86ab7501e..d3896e726 100644
--- a/lix-doc/package.nix
+++ b/lix-doc/package.nix
@@ -1,7 +1,4 @@
-{
- rustPlatform,
- lib
-}:
+{ rustPlatform, lib }:
rustPlatform.buildRustPackage {
name = "lix-doc";