removed unnecessary nix files

This commit is contained in:
Claudius Holeksa 2022-09-20 00:56:45 +02:00
parent f695b047e9
commit fb9312acb1
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "forstio";
buildInputs = [ scons gnutls clang_12 clang-tools];
buildPhase = ''
'';
}