diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..a4b9002 --- /dev/null +++ b/shell.nix @@ -0,0 +1,18 @@ +with import {}; +with pkgs; + +stdenv.mkDerivation rec { + name = "ffffng"; + version = "dev"; + + buildInputs = [ + compass + git + nasm + nodejs-10_x + sqlite + zlib + ]; + + nativeBuildInputs = [ autoreconfHook ]; +}