From 5929e35962914331704f88dc45e8b96b30d1448b Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 21 May 2024 12:56:58 +0200 Subject: fix introspection --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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"]; }; }; -- cgit v1.2.3