summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5389e8a..15232d3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,6 @@
{
+ description = "Notification daemon library and cli tool";
+
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs }:
@@ -28,7 +30,7 @@
pname = "notifd";
version = version;
src = ./.;
- # outputs = ["out" "dev"];
+ outputs = ["out" "dev"];
};
};