From 4053fa70f475312b5ca3f96a4e819fa08e72edf1 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Wed, 27 Nov 2024 15:49:12 +0100 Subject: [PATCH] Add necessary packages to flakes devshell --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 8e1ca2d..1d66cb2 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,13 @@ rustfmt pre-commit rustPackages.clippy + + gtk4 + cairo + glib + pkg-config + poppler + wrapGAppsHook ]; # Without inheriting nativeBuildinputs, cargo build will fail but that is good since we want to use only nix build # inherit nativeBuildInputs;