From 676120cd6a8d63925101619eeba37eb6699938cc Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 26 Nov 2024 13:42:34 +0100 Subject: [PATCH] doc: Set flake description (cherry picked from commit 6d5f5e5b4cd0f5b5118d619adbeae7bc335c02f3) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a952e05..04452e2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A flake with pre-commit hooks"; + description = "Rust bindings for the Nix C API"; inputs = { flake-parts.url = "github:hercules-ci/flake-parts";