Nix: add tomlplusplus dep

This commit is contained in:
Mihai Fufezan 2024-04-04 20:01:46 +03:00
parent d780013ffa
commit 6b1dc5e15a
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
hyprlang, hyprlang,
librsvg, librsvg,
libzip, libzip,
tomlplusplus,
version ? "git", version ? "git",
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
@ -29,6 +30,7 @@ stdenv.mkDerivation {
hyprlang hyprlang
librsvg librsvg
libzip libzip
tomlplusplus
]; ];
outputs = [ outputs = [