From 8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Jan 2017 07:52:44 +0100 Subject: Initialize project --- lullaby.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lullaby.nix (limited to 'lullaby.nix') diff --git a/lullaby.nix b/lullaby.nix new file mode 100644 index 0000000..a80696b --- /dev/null +++ b/lullaby.nix @@ -0,0 +1,12 @@ +{ mkDerivation, base, stdenv }: +mkDerivation { + pname = "lullaby"; + version = "0.0.0"; + src = ./.; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ base ]; + homepage = "https://git.yggdrasil.li/gkleen/pub/lullaby"; + description = "A daemon attaching executable hooks to systemd's inhibitor API"; + license = stdenv.lib.licenses.mit; +} -- cgit v1.2.3