From 117b77580ba2f2d5de9c49a98836ce88ce48cfae Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 18 Aug 2024 22:18:29 +0200 Subject: Changing nix build a little bit --- default.nix | 4 +++- modules/window/.nix/derivation.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6080a3d..6dc6c17 100644 --- a/default.nix +++ b/default.nix @@ -121,7 +121,9 @@ in rec { inherit version; inherit forstio; inherit stdenv; - inherit clang-tools; + inherit clang-tools; + + build_examples = "true"; }; tools = pkgs.callPackage modules/tools/.nix/derivation.nix { diff --git a/modules/window/.nix/derivation.nix b/modules/window/.nix/derivation.nix index 67c62b4..aa10eb5 100644 --- a/modules/window/.nix/derivation.nix +++ b/modules/window/.nix/derivation.nix @@ -5,6 +5,7 @@ , version , forstio , xorg +, build_examples ? "false" }: let -- cgit v1.2.3