From ef9ab1fd141f4057d41f2d6ed8ab8d67c44894d5 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 16:32:55 -0800 Subject: save state --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 707e97f..ebc1099 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A Nix flake for creating a devshell and build environment for umami"; + description = "A Nix flake for creating a devshell and build environment for the umami protocol"; inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; @@ -18,7 +18,7 @@ src = ./.; - buildInputs = with pkgs; [ clang gnumake valgrind bear openssl ]; + buildInputs = with pkgs; [ clang gnumake valgrind bear openssl doxygen ]; buildPhase = "make"; @@ -35,7 +35,7 @@ }; in pkgs.mkShell { - buildInputs = with pkgs; [ clang gnumake valgrind bear openssl ]; + buildInputs = with pkgs; [ clang gnumake valgrind bear openssl doxygen ]; }; }; } -- cgit