Merge branch 'dev' into fb-rpc

This commit is contained in:
Claudius Holeksa 2022-09-26 20:49:36 +02:00
commit 5d3796c751
1 changed files with 10 additions and 0 deletions

10
shell.nix Normal file
View File

@ -0,0 +1,10 @@
with import <nixpkgs> {};
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
name = "forstio";
nativeBuildInputs = [ scons gnutls clang_12 clang-tools];
buildPhase = ''
'';
}