From 4ffe77e828a9cbe01a48602b53058940b1265dc2 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 16 Sep 2022 23:53:35 +0200 Subject: Initialise project --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..606384d --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{ pkgs ? import { } }: +pkgs.mkShell { + nativeBuildInputs = with pkgs; [ + zig + ]; +} -- cgit 1.4.1