From 732172e2b49a1c468d9097cf937d8da83e6f061f Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Tue, 20 Apr 2021 23:08:42 +1000 Subject: meta: add Nix build scripts --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..93c27dc --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? (import {}) }: +let + openrussian = pkgs.callPackage ./default.nix {}; +in +pkgs.mkShell { + buildInputs = [ openrussian ]; +} -- cgit v1.2.3