diff options
Diffstat (limited to 'c++/core/.nix')
-rw-r--r-- | c++/core/.nix/derivation.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/c++/core/.nix/derivation.nix b/c++/core/.nix/derivation.nix deleted file mode 100644 index 1618651..0000000 --- a/c++/core/.nix/derivation.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ lib -, stdenv -, scons -, clang-tools -, version -}: - -stdenv.mkDerivation { - pname = "forstio-core"; - inherit version; - src = ./..; - - enableParallelBuilding = true; - - nativeBuildInputs = [ - scons - clang-tools - ]; - - outputs = ["out" "dev"]; -} |