From 6b1dc5e15a3f7c2c3f7a3819caa5bb76390bd220 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Thu, 4 Apr 2024 20:01:46 +0300 Subject: [PATCH] Nix: add tomlplusplus dep --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 52ca6b0..281af4b 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -7,6 +7,7 @@ hyprlang, librsvg, libzip, + tomlplusplus, version ? "git", }: stdenv.mkDerivation { @@ -29,6 +30,7 @@ stdenv.mkDerivation { hyprlang librsvg libzip + tomlplusplus ]; outputs = [