diff options
author | Aylur <[email protected]> | 2024-05-21 22:08:41 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-05-21 22:08:41 +0200 |
commit | 81c4e3a12d05a3550f1d8c942f0d919b4688c3bc (patch) | |
tree | dd108b8fe2c569ce9208fe9c24bab9ffde768460 /flake.nix | |
parent | 5929e35962914331704f88dc45e8b96b30d1448b (diff) |
fix proxy, add remaining cli functionality
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ default = notifd; notifd = pkgs.stdenv.mkDerivation { inherit nativeBuildInputs buildInputs; - pname = "notifd"; + pname = "astal-notifd"; version = version; src = ./.; outputs = ["out" "dev"]; |