fix: use signal-desktop flake with up to date binaries

This commit is contained in:
Youwen Wu 2025-02-18 18:33:55 -08:00
parent 43280510cb
commit 07b163349b
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 36 additions and 0 deletions

View file

@ -106,6 +106,11 @@
url = "github:musnix/musnix";
inputs.nixpkgs.follows = "nixpkgs";
};
signal-desktop = {
url = "github:youwen5/signal-desktop-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =