adding nix files

fb-sqlite-madness
Claudius Holeksa 2022-05-01 16:43:49 +02:00
parent c82d717c2d
commit 2af95c3664
1 changed files with 9 additions and 0 deletions

9
.nix/shell.nix Normal file
View File

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