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:31:06 +0200 |
commit | 955905b06c5a45adac73631056c9caa758e6d249 (patch) | |
tree | 30944e1cd879873a4780ade60337d749b79fa620 /.nix | |
parent | caa36e5cb2be6c0f37ff8cc0c500cc41beec1d42 (diff) |
c++,nix: basic setup
Diffstat (limited to '.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 33a4207..6ba3b2f 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 = [ |