forstio/.nix/shell.nix

11 lines
181 B
Nix

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