summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bbe2ab1..372072e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,6 +8,9 @@
8 pkgs = nixpkgs.legacyPackages.x86_64-linux; 8 pkgs = nixpkgs.legacyPackages.x86_64-linux;
9 in { 9 in {
10 devShell.x86_64-linux = pkgs.mkShell { 10 devShell.x86_64-linux = pkgs.mkShell {
11
12 LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
13
11 buildInputs = with pkgs; [ 14 buildInputs = with pkgs; [
12 pkgconfig 15 pkgconfig
13 cairo 16 cairo