From 507a0d18c094c3d62e33e7fbbbc2869a8ab16f88 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 11 Apr 2026 23:55:27 +0200 Subject: Add nixcord as a flake input --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a565e62..11f7152 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,8 @@ # Rust build system for Nix crane.url = "github:ipetkov/crane"; + + nixcord.url = "github:FlameFlag/nixcord"; }; outputs = { @@ -36,6 +38,7 @@ stylix, fenix, crane, + nixcord, ... } @ inputs: let system = "x86_64-linux"; -- cgit v1.2.3