diff options
author | Aylur <[email protected]> | 2024-05-21 12:56:58 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-05-21 12:56:58 +0200 |
commit | 5929e35962914331704f88dc45e8b96b30d1448b (patch) | |
tree | fe8b96dfbe21b95cb74368917e4aa7f9b87e1259 /flake.nix | |
parent | cbe86c0352a81b83c1f6f8d738482b6f756d45b5 (diff) |
fix introspection
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"]; }; }; |