From d8dbcc4ed9dccb3c08fa0c15b10bdc9625c3c181 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 30 Sep 2024 02:34:59 +0000 Subject: chore(nix): set up flake --- shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..55c7650 --- /dev/null +++ b/shell.nix @@ -0,0 +1,10 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { + buildInputs = with pkgs; [ + libressl + ninja + clang + ]; +} -- cgit v1.2.3