diff options
| author | Fuwn <[email protected]> | 2024-09-14 04:42:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-14 04:42:19 -0700 |
| commit | e57ca4059a3b89f08f4c550e18ad4c8d424287ab (patch) | |
| tree | fb3f2dd260e441374788bf03e552a2aaa4f77166 /lib/build-rust-package.nix | |
| parent | lib: refactor build-rust-package (diff) | |
| download | nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.tar.xz nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.zip | |
home: t
Diffstat (limited to 'lib/build-rust-package.nix')
| -rw-r--r-- | lib/build-rust-package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build-rust-package.nix b/lib/build-rust-package.nix index f1a6624..7bebe99 100644 --- a/lib/build-rust-package.nix +++ b/lib/build-rust-package.nix @@ -11,7 +11,7 @@ cargoHash, description ? null, license, - maintainers, + maintainers ? null, buildInputs ? [ ], nativeBuildInputs ? [ ], }: |