diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-06-19 20:29:35 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-06-19 20:29:35 +0200 |
commit | 1ffd926babdbdf90ea05fbf044155c8ee348106e (patch) | |
tree | 360c81048ef8503e62dfe6ec3d807e1d9e3bdb00 /.nix/derivation.nix | |
parent | f40cc407b07803280862f94cda47453a1a3b6e82 (diff) |
Diffstat (limited to '.nix/derivation.nix')
-rw-r--r-- | .nix/derivation.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.nix/derivation.nix b/.nix/derivation.nix index 4c28c0b..ece180e 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -2,6 +2,7 @@ , stdenvNoCC , scons , clang +, clang-tools , forstio , kel-unit }: @@ -14,6 +15,7 @@ stdenvNoCC.mkDerivation { nativeBuildInputs = [ scons clang + clang-tools ]; buildInputs = [ |