From 2d9778dc01c8ca6c5a915e1ee638251878990d10 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 13 Oct 2020 14:09:43 -0400 Subject: build nix derivation (using dub2nix helper tool) - nix-shell - nix-build - dub2nix (dub to nix helper tool) - Lionello Lunesu - MIT License - https://github.com/lionello/dub2nix --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..ab10c24 --- /dev/null +++ b/default.nix @@ -0,0 +1,7 @@ +{ pkgs ? import {}, }: +with import ./mkDub.nix { inherit pkgs; }; +mkDubDerivation { + version = "0.11.1"; # optional + src = ./.; + buildInputs = [ pkgs.sqlite ]; +} -- cgit v1.2.3